fork download
  1. object Main extends App {
  2.  
  3. println(classOf[(Int, Int) => AnyRef])
  4. }
Success #stdin #stdout 0.37s 382080KB
stdin
Standard input is empty
stdout
interface scala.Function2