Files
kotlin-fork/idea/testData/intentions/replaceWithInfixFunctionCall/caretInsideCalleeExpr.kt.after
T
2014-04-18 02:15:02 -04:00

3 lines
33 B
Plaintext

fun foo(x: Int) {
x times 1
}