summaryrefslogtreecommitdiff
path: root/test/pos/test1.scala
blob: 6e8e4f98a7ee9398d1db54c82a16d04deacdc89f (plain) (blame)
1
2
3
4
5
module test {

  def f() = 5;

}