Open khemichew opened 5 months ago
I can confirm the problem, but believe the issue contains a typo: the problematic backends are js
and go
.
Not sure if this will be helpful, but the issue in Go started from here ffbee004e08628c430c1f56bf3a87318afcba992
Dafny version
4.6.0
Code to produce this issue
Command to run and resulting output
What happened?
The example showcases the map comprehension expression which assigns the false value to the keys 1 and 2.
The entries should be unique for each key but are duplicated in the C# and Go backends.
What type of operating system are you experiencing the problem on?
Linux