summaryrefslogblamecommitdiff
path: root/test/files/run/bug363.scala
blob: 104629016e76695a0c20e3794824032f74af7908 (plain) (tree)
1
2
3
4
5
6
7
8
9








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

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