summaryrefslogtreecommitdiff
path: root/test/pending/pos/t2178.scala
blob: 98ea119299bac75064c12dc495b7b8c62b3951e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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...