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

3 lines
41 B
Kotlin

fun foo(x: Foo) {
x!!.<caret>foo(1)
}