Files
kotlin-fork/idea/testData/intentions/replaceWithInfixFunctionCall/nullAssertedReceiver.kt
T

4 lines
47 B
Kotlin

fun foo(x: String?) {
x!!.<caret>plus(1)
}