FIR: Add separate local scopes for blocks

This commit is contained in:
Denis Zharkov
2020-05-14 11:39:18 +03:00
parent b084399b58
commit b691b13d8e
9 changed files with 81 additions and 10 deletions
@@ -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