blob: e36d28799af58ebd5dce86974d56531236b37b5a [file] [log] [blame]
fun test(some : (Int) -> Int) {
}
fun foo() {
test() { it }
}