Skip to content

Commit ebe9daf

Browse files
committed
fix #2250: add green test
1 parent 4ef7950 commit ebe9daf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pos/i2250.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class T {
2+
def foo(any: AnyRef): Unit = {
3+
any.asInstanceOf[Array[_]].iterator
4+
}
5+
}

0 commit comments

Comments
 (0)