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