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

3 lines
41 B
Kotlin

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