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
Exception in thread "main" java.lang.NoSuchFieldError:UnitClass.x
at UnitClass.<init>(Test.scala:1)
at Test$.main(Test.scala:5)
at Test.main(Test.scala)
expectation
It works fine on Scala 2. It also works fine if you change the Unit to e.g. Int or String.
The text was updated successfully, but these errors were encountered:
minimized code
Compiles but fails at runtime
expectation
It works fine on Scala 2. It also works fine if you change the
Unit
to e.g.Int
orString
.The text was updated successfully, but these errors were encountered: