Files
kotlin/idea/testData/javaFacade/doNotWrapFunInAnonymousObject.kt

5 lines
48 B
Kotlin
Vendored

val a = object {
fun <caret>testing() {
}
}