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

6 lines
82 B
Kotlin
Vendored

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