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