-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is because #34711 has been fixed now
- Loading branch information
1 parent
4bb74d1
commit 1d5b07f
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
tests/jballerina-semtype-test/src/test/resources/test-src/proj1-f.bal
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
tests/jballerina-semtype-test/src/test/resources/test-src/proj1.bal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// TF<:B | ||
// B<:TF | ||
type B boolean; | ||
type TF true|false; |