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

6 lines
89 B
Kotlin
Vendored

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