blob: cc12577974b939f8bee66d41f97de4ff028b29a2 [file] [log] [blame]
// WITH_RUNTIME
val r = object: Runnable<caret> {
override fun run() {
TODO("not implemented") //To change body ...
}
}