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