Files
kotlin/idea/testData/codeInsight/outOfBlock/InAntonymsObjectDeclaration.kt

6 lines
57 B
Kotlin
Vendored

// TRUE
val o = object {
fun test() {
<caret>
}
}