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

4 lines
43 B
Plaintext

fun foo(x: Int) {
(x times 1).div(2)
}