summaryrefslogtreecommitdiff
path: root/test/files/run/bug1192.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bug1192.scala')
-rw-r--r--test/files/run/bug1192.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/bug1192.scala b/test/files/run/bug1192.scala
index c199198932..a32cbf5c98 100644
--- a/test/files/run/bug1192.scala
+++ b/test/files/run/bug1192.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
val v1: Array[Array[Int]] = Array(Array(1, 2), Array(3, 4))
def f[T](w: Array[Array[T]]) {
for (val r <- w) println(r.deep.toString)