5 lines
122 B
Kotlin
Vendored
5 lines
122 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
val r = object: Runnable<caret> {
|
|
override fun run() = TODO("not implemented") //To change body ...
|
|
} |