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

6 lines
123 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: true
fun foo(list: List<Int>) {
list.filter { it.let<caret> { it in 1000..3000 } }
}