2e92594462
#KT-2242 Fixed
4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
fun test(some: (Int) -> Int) {
|
|
}
|
|
|
|
fun foo() = test() {if (true) { 0 } else { 1 }} |