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

6 lines
100 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
fun foo() {
"".let<caret> { it.substring(0, 1) + it }
}