fixes, function definition search in typecheck

This commit is contained in:
ProgramSnail 2023-05-19 17:09:14 +03:00
parent 0b53b2f218
commit afecbd64f5
6 changed files with 123 additions and 129 deletions

View file

@ -522,7 +522,7 @@ struct FunctionCallExpression {
// only one from two is present
std::optional<utils::IdType> function_id_;
std::optional<utils::IdType> typeclass_graph_id_;
std::optional<utils::IdType> graph_id_; // for type or typeclass
bool is_method_of_first_argument_ = false;
};