Java transpilation of extern module has incorrect class identifier #6022
Labels
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
part: documentation
Dafny's reference manual, tutorial, and other materials
Dafny version
4.9.1
Code to produce this issue
Command to run and resulting output
What happened?
Usage of
__default
instead of_ExternBase___default
.For example in
foo-java/com/dafnyuser/foo/bar/_ExternBase___default.java
(generated from the supplied code example) one will seeCallIt
fails to compile due to the incorrect class name being used:What type of operating system are you experiencing the problem on?
Linux, Mac
The text was updated successfully, but these errors were encountered: