You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then change the case to case Bar extends Foo[String] and recompile the code (using sbt) without cleaning, any usages of Bar (from another source file) throw NoSuchFieldError.
If the project is cleaned before running again this works without any problem
If we compile the following enum:
Then change the case to
case Bar extends Foo[String]
and recompile the code (using sbt) without cleaning, any usages ofBar
(from another source file) throwNoSuchFieldError
.If the project is cleaned before running again this works without any problem
Project with reproducible example: https://github.com/DReigada/dotty-runtime-error-sample
The text was updated successfully, but these errors were encountered: