We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef7950 commit ebe9dafCopy full SHA for ebe9daf
tests/pos/i2250.scala
@@ -0,0 +1,5 @@
1
+class T {
2
+ def foo(any: AnyRef): Unit = {
3
+ any.asInstanceOf[Array[_]].iterator
4
+ }
5
+}
0 commit comments