We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program:
predicate R(a: Int) define Q(a) ( forall x: Ref :: false ==> R(a) ) method lemma(a: Int) returns (x: Ref) requires forall b: Bool :: Q(a) { assume Q(a); }
Output:
Consistency error: Duplicate identifier a found. ([email protected]) Consistency error: Duplicate identifier a found. ([email protected])
The "duplicate identifier a found" error message looks wrong. It's even reported twice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Program:
Output:
The "duplicate identifier a found" error message looks wrong. It's even reported twice.
The text was updated successfully, but these errors were encountered: