mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-07 23:48:43 +00:00
fixes, function definition search in typecheck
This commit is contained in:
parent
0b53b2f218
commit
afecbd64f5
6 changed files with 123 additions and 129 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue