FIR: Add separate local scopes for blocks
This commit is contained in:
+2
-2
@@ -70,8 +70,8 @@ class Your {
|
||||
val z = if (true) {
|
||||
val xx: Int
|
||||
exec {
|
||||
<!UNRESOLVED_REFERENCE!>xx<!> = 24
|
||||
xx = 24
|
||||
}
|
||||
42
|
||||
}
|
||||
else 0
|
||||
else 0
|
||||
|
||||
Reference in New Issue
Block a user