blob: 9118f2749b5e3faec5287ffff580a75d1886b2fb [file] [log] [blame]
// "Add non-null asserted (!!) call" "true"
operator fun Int.get(row: Int, column: Int) = this
fun foo(arg: Int?) = arg<caret>[42, 13]