Stefan Zetzsche

Results 6 comments of Stefan Zetzsche

I can confirm the behaviour on my Mac in VSCode with Dafny 4.6.0.

I can confirm that `--type-system-refresh` has an effect on the verification result. What is your take on this @RustanLeino?

This seems to be caused by the trigger. If I run the program without verifying it, I get this boogie translation error: `Error: trigger must mention all quantified variables, but...

Closing this issue as I can't reproduce it either. Feel free to push again if needed.

Temporary workaround was merged in https://github.com/dafny-lang/dafny/pull/5609. Does not fix the underlying issue.

Can confirm that running above code with java as target throws an error (error: local variables referenced from a lambda expression must be final or effectively final).