summaryrefslogtreecommitdiff
path: root/test/files/run/bug2241.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bug2241.scala')
-rw-r--r--test/files/run/bug2241.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/bug2241.scala b/test/files/run/bug2241.scala
index 53a0d708e8..4a8a662b85 100644
--- a/test/files/run/bug2241.scala
+++ b/test/files/run/bug2241.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
def f(a:Array[Int]) = a match {
case Array(1, _*) => "yes"
case _ => "no"