7 lines
119 B
Kotlin
Vendored
7 lines
119 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// WITH_RUNTIME
|
|
|
|
fun test1() {
|
|
val hello = Runnable { println("Hello, world!") }
|
|
hello.run()
|
|
} |