mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-31 03:08:16 +00:00
bug fixes
This commit is contained in:
parent
777fd830b0
commit
bb8b32a7c8
5 changed files with 136 additions and 109 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue