4 lines
47 B
Kotlin
4 lines
47 B
Kotlin
fun foo(x: String?) {
|
|
x!!.<caret>plus(1)
|
|
}
|
fun foo(x: String?) {
|
|
x!!.<caret>plus(1)
|
|
}
|