summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/neg/t3763.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/t3763.scala b/test/files/neg/t3763.scala
new file mode 100644
index 0000000000..6ac4595add
--- /dev/null
+++ b/test/files/neg/t3763.scala
@@ -0,0 +1,2 @@
+object Test extends Application {
+ val x = Array(Array(1), List(1))