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
importscala.quoted._importscala.quoted.matching._deff(sc: quoted.Expr[StringContext]):Unit= {
sc match {
case'{ StringContext(${ExprSeq(parts)}:_*) } =>valps:Seq[Expr[String]] = parts
}
}
fails with
10|case'{ StringContext(${ExprSeq(parts)}:_*) } =>|^^^^^^^^^^^^^^|Type must be fully defined.
|Consider annotating the splice using a typeascription:| (${quoted.matching.ExprSeq(parts)}:XYZ).