import Predef.{int2long => _} object Main { def main(args: Array[String]): Unit = { println(4.asInstanceOf[Long]) }}
Standard input is empty
Main.scala:5: error: not found: value println println(4.asInstanceOf[Long]) ^ one error found
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!