[FIR] Add separate local scope for init blocks
This commit is contained in:
Vendored
+2
-2
@@ -57,8 +57,8 @@ class Test5 {
|
||||
|
||||
init {
|
||||
val x: String
|
||||
<!UNRESOLVED_REFERENCE!>x<!> = ""
|
||||
z = <!UNRESOLVED_REFERENCE!>x<!>
|
||||
x = ""
|
||||
z = x
|
||||
}
|
||||
|
||||
constructor(y: Int) {
|
||||
|
||||
Reference in New Issue
Block a user