blob: 99f4c3ecdfe2c2197b2c587a5f3fb55feee22cf8 [file] [log] [blame]
// "Replace with safe (?.) call" "true"
operator fun Int.set(row: Int, column: Int, value: Int) {}
fun foo(arg: Int?) {
arg<caret>[42, 13] = 0
}