5499078fcc
So #KT-22492 Fixed
5 lines
75 B
Kotlin
Vendored
5 lines
75 B
Kotlin
Vendored
fun foo(f: (String) -> Int) {}
|
|
fun test() {
|
|
foo { it.length <caret>}
|
|
}
|