blob: 47099eb4498f6f98cc16b41010379bb97c3a7865 [file]
// OUT_OF_CODE_BLOCK: TRUE
// ERROR: Unresolved reference: a
val o = object {
fun test() {
<caret>
}
}