summaryrefslogtreecommitdiff
path: root/test/files/neg/bug556.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug556.scala')
-rw-r--r--test/files/neg/bug556.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug556.scala b/test/files/neg/bug556.scala
index 4f4e905fbb..b0113258c9 100644
--- a/test/files/neg/bug556.scala
+++ b/test/files/neg/bug556.scala
@@ -1,4 +1,4 @@
-object Main extends Application {
+object Main extends App {
def f(a:Int=>Int):Int = a(4)
def g:Int = f((x,y)=>x)
}