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

6 lines
98 B
Kotlin
Vendored

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