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

5 lines
122 B
Kotlin
Vendored

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