Files
kotlin-fork/idea/testData/intentions/replaceSingleLineLetIntention/letUseItAsParamWithBinaryExpression.kt
T

6 lines
103 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
fun foo() {
"".let<caret> { it.length + "".indexOf(it) }
}