summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1000.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug1000.scala')
-rw-r--r--test/files/pos/bug1000.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug1000.scala b/test/files/pos/bug1000.scala
index c6426401ae..93f8201261 100644
--- a/test/files/pos/bug1000.scala
+++ b/test/files/pos/bug1000.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
val xs = Array(1, 2, 3)
Console.println(xs.filter(_ >= 0).length)
}