summaryrefslogtreecommitdiff
path: root/test/files/pos/t2234.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2234.scala')
-rw-r--r--test/files/pos/t2234.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2234.scala b/test/files/pos/t2234.scala
index cea657b16f..218e9f5e53 100644
--- a/test/files/pos/t2234.scala
+++ b/test/files/pos/t2234.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
val res0 = 1 #:: Stream.empty
res0 match { case 1 #:: xs => xs }
}