You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker/object_checkers/AuxStateHandler.java
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -417,7 +417,7 @@ public static void updateGhostField(CtFieldWrite<?> fw, TypeChecker tc) throws L
417
417
.changeOldMentions(vi.getName(), instanceName);
418
418
419
419
if (!tc.checkStateSMT(prevState, expectState, fw.getPosition())) { // Invalid field transition
0 commit comments