fixed scoping issue, commented test with references to original version

This commit is contained in:
TheAnyKey 2020-06-21 22:18:43 +00:00
parent 162e5d02ab
commit 60a787e3e0

View file

@ -1011,6 +1011,7 @@ impl SymbolTableBuilder {
}
SymbolUsage::Iter => {
symbol.is_iter = true;
symbol.scope = SymbolScope::Local;
}
}