Open kbuaaaaaa opened 2 months ago
Almost certainly a subset of #3055 but will need to confirm.
I am convinced that these two issues are different.
This code compiled successfully at the time issue #3055 was reported. The problem here was actually introduced later by commit 5758205aae4ae4099aa6a110b0ec29dabe12dcee.
Also, for nested char arrays as in issue #3055, Dafny outputs broken Java that cannot be compiled. The translated Java here compiles correctly but causes a runtime exception.
Dafny version
4.7.0 (but also in older versions)
Code to produce this issue
Command to run and resulting output
What happened?
Might be related to #3055 ?
What type of operating system are you experiencing the problem on?
Linux, Mac