Files
kotlin-fork/idea/testData/intentions/objectLiteralToLambda/WithComment.kt
T

7 lines
136 B
Kotlin
Vendored

// WITH_RUNTIME
val r = object: Runnable<caret> {
override fun run() {
TODO("not implemented") //To change body ...
}
}