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

3 lines
48 B
Kotlin

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