17176c00ae
#KT-35357 Fixed
5 lines
117 B
Kotlin
Vendored
5 lines
117 B
Kotlin
Vendored
fun foo(i: Int, f: () -> Unit) {}
|
|
|
|
fun test() {
|
|
foo(1, /* c1 */ /* c2 */ <caret>{ /* c3 */ } /* c4 */ /* c5 */)
|
|
} |