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

5 lines
67 B
Kotlin

// IS_APPLICABLE: false
fun foo(x: String) {
x.<caret>length
}