summaryrefslogtreecommitdiff
path: root/test/pending/run/t0818.scala
blob: 677b85d920154355001a91576e14dbfec145b7f5 (plain) (blame)
1
2
3
4
object Seth extends Application {
  println(
    new java.util.ArrayList[String]().toArray(Array[String]()))
}