f487118be5
#KT-23510 Fixed
6 lines
69 B
Kotlin
Vendored
6 lines
69 B
Kotlin
Vendored
fun foo(block: () -> Unit, i: Int) {
|
|
}
|
|
|
|
fun test() {
|
|
foo({}, 0)
|
|
} |