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