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