summaryrefslogtreecommitdiff
path: root/test/files/pos/bug2187.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug2187.scala')
-rw-r--r--test/files/pos/bug2187.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug2187.scala b/test/files/pos/bug2187.scala
index 003b8c1436..8a33531541 100644
--- a/test/files/pos/bug2187.scala
+++ b/test/files/pos/bug2187.scala
@@ -1,5 +1,5 @@
// bug #2187
-object Test extends Application {
+object Test extends App {
def foo(xs:List[String]) = xs match {
case Seq(x) => x
case Seq(x,y) => ""