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

4 lines
44 B
Plaintext

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