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

6 lines
83 B
Kotlin
Vendored

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