blob: 39005f2dffd0d9f0c69534b8bc2aedcf59db78b0 [file] [log] [blame]
// "Replace with safe (?.) call" "true"
fun foo(a: Int?) {
a<caret>.plus(1)
}