summaryrefslogtreecommitdiff
path: root/test/files/run/t4047.scala
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2012-10-08 03:45:26 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2012-10-12 17:18:42 +0200
commit18c6d58a5dc994ce19b0419c7c2dce460acecbdd (patch)
treeb2a909bdca9e376a636907aca821435d5b101f8b /test/files/run/t4047.scala
parent3b73e0dd101aade6478517016df80975e6b996bd (diff)
downloadscala-18c6d58a5dc994ce19b0419c7c2dce460acecbdd.tar.gz
scala-18c6d58a5dc994ce19b0419c7c2dce460acecbdd.tar.bz2
scala-18c6d58a5dc994ce19b0419c7c2dce460acecbdd.zip
SI-6388 Remove Application
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