6 lines
68 B
Kotlin
Vendored
6 lines
68 B
Kotlin
Vendored
fun foo(runnable: Runnable) {}
|
|
|
|
fun main() {
|
|
foo(Runnable {})
|
|
}
|