We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29f2dd commit ea68e1cCopy full SHA for ea68e1c
1 file changed
tests/regression/falsifiable/ref_ty_ghost.lus
@@ -1,12 +1,5 @@
1
type Pos = subtype { x: int | x >= 1 };
2
3
-contract C () returns (out: int);
4
-let
5
- var l: Pos = 0;
6
- const c: Pos = 0;
7
- guarantee true;
8
-tel
9
-
10
function imported F() returns (x: int);
11
con
12
var l: Pos = 0;
0 commit comments