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
Caused by: java.lang.ClassCastException: [I cannot be cast to scala.collection.Seq
at Test$.<init>(foo.scala:5)
at Test$.<clinit>(foo.scala)
... 7 more
Minimized code
fails with
but adding an explicit type to
xs
makes it workExpectation
The code should work
The text was updated successfully, but these errors were encountered: