blob: 80e599db7fb567ebf3030773e96f709d41ed4c60 [file] [log] [blame]
fun test(some: (Int) -> Int) {
}
fun foo() = test() {if (true) { 0 } else { 1 }}