summaryrefslogtreecommitdiff
path: root/test/files/run/lazy-override-run.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/lazy-override-run.scala')
-rw-r--r--test/files/run/lazy-override-run.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/lazy-override-run.scala b/test/files/run/lazy-override-run.scala
index e5884257a8..6016c3c8be 100644
--- a/test/files/run/lazy-override-run.scala
+++ b/test/files/run/lazy-override-run.scala
@@ -13,7 +13,7 @@ class B extends A {
-object Test extends Application {
+object Test extends App {
val a = new A
print("a.x=")
println(a.x)