summaryrefslogtreecommitdiff
path: root/test/pending/pos/t2178.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t2178.scala')
-rw-r--r--test/pending/pos/t2178.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/pending/pos/t2178.scala b/test/pending/pos/t2178.scala
deleted file mode 100644
index 98ea119299..0000000000
--- a/test/pending/pos/t2178.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-// fixed by now
-scala> Array(Array(1)).last.last
-java.lang.ClassCastException: [I
- at .<init>(<console>:5)
- at .<clinit>(<console>)
- at RequestResult$.<init>(<console>:4)
- at RequestResult$.<clinit>(<console>)
- at RequestResult$result(<console>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- at sun.reflect.DelegatingMethodAccessorImpl...