summaryrefslogblamecommitdiff
path: root/test/files/run/t363.scala
blob: c747be2ec94721947e2b4fb4d19c5ccff0118052 (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."
}