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
inlinedeffunny[T]:String=inline compiletime.erasedValue[T] matchcasex: String=> x
@main defTest= funny[String]
Output
Runtime crash
java TestException in thread "main" java.lang.NoSuchMethodError:'java.lang.Object scala.compiletime.package$package$.erasedValue()'
at test$package$.Test(test.scala:2)
at Test.main(test.scala:5)