Files
kotlin-fork/compiler/testData/cfg/arrays/arraySetNoRHS.kt
T
2015-03-11 23:33:58 +03:00

3 lines
37 B
Kotlin
Vendored

fun foo(a: Array<Int>) {
a[1] =
}