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

3 lines
33 B
Plaintext

fun foo(x: Foo) {
x!! foo 1
}