Files

6 lines
78 B
Kotlin
Vendored

fun Int.set(index: Int, value: Int) = value
fun f() {
1<caret>[2] = 42
}