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

5 lines
37 B
Kotlin
Vendored

class A
fun foo(a: A) {
a[0]++
}