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
Compiling project (Scala 3.8.0-RC1, JVM (21))
[error] ./A.scala:3:63
[error] No given instance of type scala.collection.generic.IsSeq[IArray[String]] was found for parameter x of method summon in object Predef.
[error] I found:
[error]
[error] scala.collection.generic.IsSeq.seqViewIsSeq[CC0, A0]
[error]
[error] But method seqViewIsSeq in object IsSeq does not match type scala.collection.generic.IsSeq[IArray[String]].
[error] def f = summon[scala.collection.generic.IsSeq[IArray[String]]]
[error] ^
Error compiling project (Scala 3.8.0-RC1, JVM (21))
Compilation failed