Skip to content

Commit b3f1112

Browse files
committed
Fix Merge
1 parent dd71f59 commit b3f1112

File tree

1 file changed

+1
-1
lines changed
  • liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker

1 file changed

+1
-1
lines changed

liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker/TypeChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public boolean checkStateSMT(Predicate prevState, Predicate expectedState, Sourc
318318

319319
public void throwRefinementError(SourcePosition position, Predicate expectedType, Predicate foundType,
320320
String customMessage) throws LJError {
321-
vcChecker.throwRefinementError(position, expectedType, foundType, customMessage);
321+
vcChecker.throwRefinementError(position, expectedType, foundType, null, customMessage);
322322
}
323323

324324
public void throwStateRefinementError(SourcePosition position, Predicate found, Predicate expected,

0 commit comments

Comments
 (0)