[FIR] Add separate local scope for init blocks
This commit is contained in:
@@ -20,7 +20,7 @@ class WithC() {
|
||||
val a : Int get() = 1
|
||||
|
||||
init {
|
||||
val z = b
|
||||
val z = <!UNRESOLVED_REFERENCE!>b<!>
|
||||
val zz = x
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user