Missing coercions in edge cases for characters in Java with --unicode-char
#3413
Labels
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
lang: java
Dafny's Java transpiler and its runtime
Milestone
Follow-up from #2818.
Test/unicodechars/comp/Arrays.dfy
doesn't work for Java because of several cases of missing coercions betweenint
andCodePoint
. I have the fixes but they need clean up.The text was updated successfully, but these errors were encountered: