returned / brounght value handling in execute_visitor (fixes)

This commit is contained in:
ProgramSnail 2023-05-21 11:58:23 +03:00
parent f6b50b16ae
commit bad48a1da0
5 changed files with 113 additions and 58 deletions

View file

@ -174,8 +174,6 @@ private:
utils::IdType current_value_;
std::optional<LoopControlExpression> active_loop_control_expression_;
std::optional<utils::IdType> returned_value_;
std::optional<utils::IdType> brought_value_;
std::optional<utils::IsConstModifier> is_const_definition_;
bool case_matched_;
};