blob: a39b9af97b99cd8dcb5d5c88701b6ecbbe35a3b9 [file] [log] [blame]
// "Replace with safe (?.) call" "true"
operator fun Int.get(row: Int, column: Int) = this
fun foo(arg: Int?) = arg<caret>[42, 13]