5b927d798c
#KT-20795 Fixed
7 lines
93 B
Kotlin
Vendored
7 lines
93 B
Kotlin
Vendored
fun test() {
|
|
C().foo { <caret>i -> i + 1 }
|
|
}
|
|
|
|
class C {
|
|
fun foo(f: (Int) -> Int) {}
|
|
} |