summaryrefslogtreecommitdiff
path: root/test/files/pos/bug0305.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug0305.scala')
-rw-r--r--test/files/pos/bug0305.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug0305.scala b/test/files/pos/bug0305.scala
index 1219c27030..4838b1fcf8 100644
--- a/test/files/pos/bug0305.scala
+++ b/test/files/pos/bug0305.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def foo(is:Int*) = 1;
def foo(i:Int) = 2;