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

4 lines
50 B
Kotlin

fun foo(x: Int) {
x.<caret>plus(1).minus(2)
}