Files
kotlin-fork/compiler/testData/diagnostics/tests/substitutions/kt1558-short.kt
T
2012-09-05 18:55:16 +04:00

4 lines
85 B
Kotlin

fun testArrays(ci : List<Int>) {
ci.toArray<Int>(<!UNRESOLVED_REFERENCE!>x<!>)
}