// "Replace with safe (?.) call" "true" operator fun Int.get(row: Int, column: Int) = this fun foo(arg: Int?) = arg?.get(42, 13)