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