blob: 124591f49feab74025c04f4d87ca3de3212ff344 [file]
fun foo(r: Runnable) {}
fun test() {
foo { }
}