Files
kotlin-fork/idea/testData/wordSelection/ValueParametersInLambda2/4.kt
T
2020-06-11 12:20:32 +03:00

5 lines
98 B
Kotlin
Vendored

fun foo(f: (Int) -> Int) {}
fun test() {
foo <selection>{ it -> <caret>it + 1 }</selection>
}