Test runner generator produces malformed Java code #5982
Labels
invalid translated code
The compiler generates invalid code, making the the target language infrastructure crash
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
Dafny version
latest
Code to produce this issue
Command to run and resulting output
What happened?
(filing on behalf of @codyroux)
Because this error does not occur with
dafny build --target java
(or by removing the{:test}
attribute fromFunky()
), it appears that the test runner generator is producing malformed target code (not passing a type descriptor when necessary).It's likely has to do with how the elephant operator is inlined.
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: