Files
kotlin-fork/idea/testData/intentions/replaceWithDotQualifiedMethodCall/functionCallAfterInfixCall.kt.after
T

3 lines
40 B
Plaintext

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