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

6 lines
89 B
Kotlin
Vendored

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