10 lines
111 B
Kotlin
Vendored
10 lines
111 B
Kotlin
Vendored
fun test(some: (Int) -> Int) {
|
|
}
|
|
|
|
fun foo() = test() {
|
|
if (true) {
|
|
0
|
|
} else {
|
|
1
|
|
}
|
|
} |