47493c1a65
(cherry picked from commit 3d67f84)
4 lines
131 B
Kotlin
Vendored
4 lines
131 B
Kotlin
Vendored
// "Replace with safe (?.) call" "true"
|
|
|
|
operator fun Int.get(row: Int, column: Int) = this
|
|
fun foo(arg: Int?) = arg<caret>[42, 13] |