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

6 lines
105 B
Plaintext
Vendored

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