summaryrefslogtreecommitdiff
path: root/test/files/pos/t1231/S.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1231/S.scala')
-rw-r--r--test/files/pos/t1231/S.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1231/S.scala b/test/files/pos/t1231/S.scala
index ee08866e04..f14aa2561b 100644
--- a/test/files/pos/t1231/S.scala
+++ b/test/files/pos/t1231/S.scala
@@ -1 +1 @@
-object S extends Application { println(J.j1) }
+object S extends App { println(J.j1) }