Files
2020-03-19 09:51:01 +03:00

6 lines
68 B
Kotlin
Vendored

fun foo(runnable: Runnable) {}
fun main() {
foo(Runnable {})
}