fork download
  1. object Main extends App {
  2. val ai: Array[Any] = Array(1, 2, 3, 4, 5, 6)
  3. val ar: Array[AnyRef] = ai.map(_.asInstanceOf[AnyRef])
  4. }
Success #stdin #stdout 0.46s 66460KB
stdin
Standard input is empty
stdout
Standard output is empty