DEBSOURCES
Skip Quicknav
sources / scala / 2.9.2%2Bdfsg-2 / test / files / continuations-run / t3199b.scala
1234567891011
object Test { def test() = { java.util.Arrays.asList(Array(1,2,3):_*) } def main(args: Array[String]) = { println(test()) } }