summaryrefslogtreecommitdiff
path: root/test/files/run/t1591.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1591.scala')
-rw-r--r--test/files/run/t1591.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1591.scala b/test/files/run/t1591.scala
index 434064a5dd..6dd9605042 100644
--- a/test/files/run/t1591.scala
+++ b/test/files/run/t1591.scala
@@ -8,7 +8,7 @@ abstract class A {
}
-object Test extends Application {
+object Test extends App {
val a = new A{}
println(a.lazyBar.foo)
}