4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
// "Replace with safe (?.) call" "true"
|
|
fun foo(a: Int?) {
|
|
a<caret>.plus(1)
|
|
} |