a9c30e878b
(cherry picked from commit 56c9d7e)
4 lines
135 B
Kotlin
Vendored
4 lines
135 B
Kotlin
Vendored
// "Add non-null asserted (!!) call" "true"
|
|
|
|
operator fun Int.get(row: Int, column: Int) = this
|
|
fun foo(arg: Int?) = arg<caret>[42, 13] |