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