6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
// IGNORE K2
|
|
|
|
fun test() = object : Runnable {
|
|
override fun run() { }
|
|
}
|