KT-1558 Exception while analyzing
KT-1558 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import java.util.List
|
||||
|
||||
fun testArrays(ci : List<Int>) {
|
||||
ci.toArray<Int>(<!UNRESOLVED_REFERENCE!>x<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user