Files
kotlin-fork/idea/testData/javaFacade/doNotWrapFunInAnonymousObject.kt
T

5 lines
48 B
Kotlin

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