6 lines
67 B
Kotlin
Vendored
6 lines
67 B
Kotlin
Vendored
operator fun Int.get(index: Int) = 42
|
|
|
|
fun f() {
|
|
1<caret>[2]
|
|
}
|