object Main extends App { case class A(i: Int) class B(s: String) extends A(s.toInt) println(new B("10"))}
Standard input is empty
A(10)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!