41e5840298
Fixes #KT-11991
7 lines
85 B
Kotlin
Vendored
7 lines
85 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
fun foo(f: (Int) -> Unit) {}
|
|
|
|
fun bar() {
|
|
foo { i <caret>-> }
|
|
} |