summaryrefslogtreecommitdiff
path: root/test/files/pos/t2425.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2425.scala')
-rwxr-xr-xtest/files/pos/t2425.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2425.scala b/test/files/pos/t2425.scala
index 403f1a18d7..477d5467aa 100755
--- a/test/files/pos/t2425.scala
+++ b/test/files/pos/t2425.scala
@@ -1,6 +1,6 @@
trait B
class D extends B
-object Test extends Application {
+object Test extends App {
def foo[T](bar: T) = {
bar match {
case _: Array[Array[_]] => println("array 2d")