b3842285e8
Converts +a, --a, a * b, a..b, a %= b, a in b, etc. to their function call counterparts.
4 lines
51 B
Kotlin
Vendored
4 lines
51 B
Kotlin
Vendored
fun foo(a: Array<Int>, i: Int) {
|
|
a<caret>[i]
|
|
}
|