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
19:03~/Projects/210x/sandbox (2.10.x)$ sli
Test.scala:9: materializing requested reflect.runtime.universe.type.TypeTag[E#Bar] using `package`.this.materializeTypeTag[E#Bar](scala.reflect.runtime.`package`.universe)
valx= typeOf[E#Bar]
^Test.scala:9: materializing requested reflect.runtime.universe.type.TypeTag[E#Bar] using `package`.this.materializeTypeTag[E#Bar](scala.reflect.runtime.`package`.universe)
valx= typeOf[E#Bar]
^Test.scala:9: `package`.this.materializeTypeTag[E#Bar](scala.reflect.runtime.`package`.universe) is not a valid implicit value for reflect.runtime.universe.TypeTag[E#Bar] because:
failed to typecheck the materialized tag:
cannot create a TypeTag having unresolved typeparameterE#Bar: use WeakTypeTag instead
valx= typeOf[E#Bar]
^Test.scala:9:error: NoTypeTag available forE#Barvalx= typeOf[E#Bar]
^
one error found
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: