summaryrefslogtreecommitdiff
path: root/test/files/run/t4047.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4047.scala')
-rw-r--r--test/files/run/t4047.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4047.scala b/test/files/run/t4047.scala
index cd42a8b4df..08989bd278 100644
--- a/test/files/run/t4047.scala
+++ b/test/files/run/t4047.scala
@@ -18,7 +18,7 @@ class D extends Bar[Unit]{
def foo = println("Unit: called D.foo")
}
-object Test extends Application {
+object Test extends App {
val a: Foo[Unit] = new A
a.foo
a.foo