summaryrefslogtreecommitdiff
path: root/test/pos/maxim1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/maxim1.scala')
-rw-r--r--test/pos/maxim1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/maxim1.scala b/test/pos/maxim1.scala
index 01a7c05e9a..58916beb8a 100644
--- a/test/pos/maxim1.scala
+++ b/test/pos/maxim1.scala
@@ -1,4 +1,4 @@
-module test {
+object test {
def f(x: Int)(y: Int) = x + y;
def y: Int => Int = f(2);
def main = y(1);