blob: 0e29a6295a7d20c6e6e431940a41cb2c3e7c1ff9 [file] [log] [blame]
fun test(some: (Int) -> Int) {
}
fun foo() {
test() {
// Some comment
it
}
}