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.ClassCastException:class [LFoo; cannot be cast to classscala.collection.immutable.Seq ([LFoo; and scala.collection.immutable.Seq are in unnamed module of loader 'app')
at Foo$.render(test.scala:8)
at test$package$.main(test.scala:10)
at main.main(test.scala:10)
Expectation
If I disable coverage I get:
Baz
The text was updated successfully, but these errors were encountered:
Compiler version
3.3.2-RC1-bin-20230715-4851278-NIGHTLY
Minimized code
Output
Expectation
If I disable coverage I get:
The text was updated successfully, but these errors were encountered: