b1985ee422
KT-25686
5 lines
51 B
Kotlin
Vendored
5 lines
51 B
Kotlin
Vendored
fun foo(r: Runnable) {}
|
|
|
|
fun test() {
|
|
foo { }
|
|
} |