Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Please remove these Markdown comments before publishing this PR, since the PR message is often used as the commit description. We only allow squash merging and GH suggests the PR details as a default commit message. --> The PR fixes the this [git issue](#6038) which describes how verification fails when repeating the method specification from trait. This completeness bug which arose because can calls were not emitted for modifies clauses of methods during their override checks. <!-- Is this a user-visible change? Remember to update RELEASE_NOTES.md --> ### How has this been tested? <!-- Tests can be added to `Source/IntegrationTests/TestFiles/LitTests/LitTest/` or to `Source/*.Test/…` and run with `dotnet test` --> <small>By submitting this pull request, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
- Loading branch information