We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef7950 + ebe9daf commit 8b8babaCopy full SHA for 8b8baba
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