"the method must provide an equal or more permissive precondition than in its parent trait" when marking a predicate opaque #2941
Labels
incompleteness
Things that Dafny should be able to prove, but can't
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
The code:
Incorrectly shows the error:
Boogie code:
With `{:opaque} the following axioms are missing:
… but they are not enough (since we don't know the value of
StartFuelAssert__module.C.Valid
Reported by @MikaelMayer .
The text was updated successfully, but these errors were encountered: