bug fixes

This commit is contained in:
ProgramSnail 2023-07-06 16:15:15 +03:00
parent 777fd830b0
commit bb8b32a7c8
5 changed files with 136 additions and 109 deletions

View file

@ -175,9 +175,9 @@ public:
return maybe_type.value();
}
if (contexts_[i].IsHidingPrevious()) {
break;
}
// if (contexts_[i].IsHidingPrevious()) { // TODO: old types automatically shadowed by new ??
// break;
// }
}
return std::nullopt;
}