Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InAnonymousObjectDeclaration.kt
T
2019-11-27 13:43:10 +01:00

7 lines
110 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: TRUE
// ERROR: Unresolved reference: a
val o = object {
fun test() {
<caret>
}
}