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
[INFO] Starting verification
[WARN] The binder '(\forall int i; true; (i\memberof{0 .. this.arr.length}) ==> (\forall int j; true; (j\memberof{0 .. this.arr.length}) && i != j ==> this.arr[i] != this.arr[j]))' contains no triggers
The silver AST delivered to viper is not valid:
- Consistency error: Variable i is not mentioned in one or more triggers. (Test.java-13-18;unique_id=302)
- Consistency error: Variable i is not mentioned in one or more triggers. (Test.java-13-18;unique_id=390)
Note that no triggers were specified in the source file. If any triggers are added, these errors don't go away.
The text was updated successfully, but these errors were encountered:
The following input:
Gives the following output:
Note that no triggers were specified in the source file. If any triggers are added, these errors don't go away.
The text was updated successfully, but these errors were encountered: