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

3 lines
40 B
Plaintext

fun foo(x: Foo) {
(x foo 1).bar(2)
}