summaryrefslogtreecommitdiff
path: root/test/files/run/t7374/Some.scala
blob: 3266a5642e7b1b1573b531687aec531383d5fcf2 (plain) (blame)
1
2
3
object SomeScala {
  def list = List(1, 2, 3) 
}