6 lines
52 B
Kotlin
Vendored
6 lines
52 B
Kotlin
Vendored
fun foo(r: Runnable) {}
|
|
|
|
fun test() {
|
|
foo { }
|
|
}
|