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