5aa0b7d2aa
#KT-13420 Fixed
5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
fun foo(f: (Int) -> Int) {}
|
|
|
|
fun test() {
|
|
foo { <caret><selection>it -> it + 1</selection> }
|
|
} |