Files
kotlin-fork/idea/testData/refactoring/introduceParameter/lambdaArgument.kt
T

2 lines
100 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo(list: List<String>) = list.filter <selection>{ it.length() > 6 }</selection>