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