Files
kotlin-fork/idea/testData/inspectionsLocal/simpleRedundantLet/reference3.kt
T
2019-10-29 17:25:50 +07:00

5 lines
56 B
Kotlin
Vendored

// WITH_RUNTIME
fun Int.foo() {
let<caret> { it }
}