blob: 81e279c69b96a87eef54c0e9977a1424b822e6aa [file]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: a
class A {
init {
fun f() {
<caret>
}
}
}