blob: d06a14e83ad3b247c450370ab48d70d286cb568e [file] [log] [blame]
fun foo(r: Runnable) {}
fun test() {
foo { }
}