f487118be5
#KT-23510 Fixed
6 lines
64 B
Kotlin
Vendored
6 lines
64 B
Kotlin
Vendored
fun <caret>foo(block: () -> Unit) {
|
|
}
|
|
|
|
fun test() {
|
|
foo {}
|
|
} |