Files
kotlin-fork/compiler/testData/cfg/arrays/arraySetUnresolved.kt
T

5 lines
39 B
Kotlin
Vendored

class A
fun foo(a: A) {
a[1] = 2
}