blob: 946185f33ea978f45b979f6c43adc310c8208297 [file] [log] [blame]
// "Add non-null asserted (!!) call" "true"
fun foo(a: Int?) {
a.<caret>plus(1)
}