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

4 lines
42 B
Kotlin

fun foo(x: Int) {
x.<caret>times(1)
}