47493c1a65
(cherry picked from commit 3d67f84)
6 lines
149 B
Kotlin
Vendored
6 lines
149 B
Kotlin
Vendored
// "Replace with safe (?.) call" "true"
|
|
|
|
operator fun Int.set(row: Int, column: Int, value: Int) {}
|
|
fun foo(arg: Int?) {
|
|
arg<caret>[42, 13] = 0
|
|
} |