KT-1558 Exception while analyzing

KT-1558 Fixed
This commit is contained in:
Andrey Breslav
2012-04-27 19:31:04 +04:00
parent 5453598b2f
commit ebfb1ec792
2 changed files with 6 additions and 32 deletions
@@ -0,0 +1,5 @@
import java.util.List
fun testArrays(ci : List<Int>) {
ci.toArray<Int>(<!UNRESOLVED_REFERENCE!>x<!>)
}