test.scala:2: error: value asInstanceof is not a member of scala.Int
0.asInstanceof[Long]
^
Exception in thread "main" java.lang.AssertionError: assertion failed
at scala.Predef$.assert(Predef.scala:85)
at scala.tools.nsc.typechecker.Typers$Typer.typed1(Typers.scala:2310)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:2522)
at scala.tools.nsc.typechecker.Typers$Typer.typed(Typers.scala:2555)
at scala.tools.nsc.typechecker.Typers$Typer.typedStat$0(Typers.scala:1341)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$56.apply(Typers.scala:1370)
at scala.tools.nsc.typechecker.Typers$Typer$$anonfun$56.apply(Typers.scala:1370)
at scala.List$.loop$0(List.scala:243)
[...]
|