summaryrefslogtreecommitdiff
path: root/test/files/pos/t1230/S.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1230/S.scala')
-rw-r--r--test/files/pos/t1230/S.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1230/S.scala b/test/files/pos/t1230/S.scala
index f8a691b6de..530dd4b853 100644
--- a/test/files/pos/t1230/S.scala
+++ b/test/files/pos/t1230/S.scala
@@ -1 +1 @@
-object S extends Application { (new J).foo = 5 }
+object S extends App { (new J).foo = 5 }