Skip to content

Commit

Permalink
fix scala#2250: add green test
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed Aug 15, 2017
1 parent 4ef7950 commit ebe9daf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/pos/i2250.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class T {
def foo(any: AnyRef): Unit = {
any.asInstanceOf[Array[_]].iterator
}
}

0 comments on commit ebe9daf

Please sign in to comment.