We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe9550 commit a5c1cf9Copy full SHA for a5c1cf9
liquidjava-example/src/main/java/testSuite/CorrectAlias.java
@@ -11,7 +11,7 @@ public static void main(String[] args) {
11
@Refinement("PtGrade(_) && _ >= 10")
12
int positiveGrade = 15;
13
14
- @Refinement("_ > 5 && _ < 18")
+ @Refinement("_ > 5 && _ < 9")
15
int nGrade = 10;
16
@Refinement("PtGrade(_) && PtGrade(nGrade)")
17
int positiveGrade2 = 15;
0 commit comments