blob: 05ff00b5aca9d81491969504efa3dd9e053dd315 [file] [log] [blame]
// FIR_IDENTICAL
// WITH_STDLIB
// TARGET_BACKEND: JVM
fun test1() {
val hello = Runnable { println("Hello, world!") }
hello.run()
}