aboutsummaryrefslogblamecommitdiff
path: root/tests/run/t363.scala
blob: 68744ef4803cc18b4fc35d1f8080d366cdcc9c29 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                      
object Test {
  def main(args: Array[String]): Unit = {
    println("I love the smell of (Array[String])Unit in the morning.")
  }
}

class Test {
  def kurtz() = "We must kill them. We must incinerate them."
}