summaryrefslogtreecommitdiff
path: root/test/files/pos/test1.scala
blob: a36d2436ecdff6ddfcf715568a5b0d27d0cdbd15 (plain) (blame)
1
2
3
4
5
object test {

  def f() = 5;

}