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
Reflective calls need language import import scala.reflect.Selectable.reflectiveSelectable in dotty. But that's not cross-compatible with scala 2 without a shim. At https://contributors.scala-lang.org/t/scala-3-migration-guide/4237/7@smarter suggested making import scala.language.reflectiveCalls make scala 3 behave the same as scala 2.
The text was updated successfully, but these errors were encountered:
Reflective calls need language import
import scala.reflect.Selectable.reflectiveSelectable
in dotty. But that's not cross-compatible with scala 2 without a shim. At https://contributors.scala-lang.org/t/scala-3-migration-guide/4237/7 @smarter suggested makingimport scala.language.reflectiveCalls
make scala 3 behave the same as scala 2.The text was updated successfully, but these errors were encountered: