summaryrefslogtreecommitdiff
path: root/test/files/pos/bug675.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug675.scala')
-rw-r--r--test/files/pos/bug675.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug675.scala b/test/files/pos/bug675.scala
index 51f56920b5..c736d9dc05 100644
--- a/test/files/pos/bug675.scala
+++ b/test/files/pos/bug675.scala
@@ -10,7 +10,7 @@ trait T {
}
}
-object Test extends Application {
+object Test extends App {
val t = new T{}
val x = new t.X{}
Console.println(x.foo)