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

3 lines
46 B
Kotlin

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