mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-15 19:38:46 +00:00
check_no_pass_type_in_argumets func
This commit is contained in:
parent
1a9408c2f6
commit
ed4b984b81
3 changed files with 18 additions and 1 deletions
|
|
@ -229,4 +229,8 @@ find_name_definition_handle_errors(const std::string &name,
|
|||
void type_check_error(const std::string &message, const nodes::Node &node,
|
||||
SourcesManager &sources_manager);
|
||||
|
||||
bool check_no_pass_type_in_arguments(const Arguments &arguments,
|
||||
const nodes::Node &node,
|
||||
SourcesManager &sources_manager);
|
||||
|
||||
} // namespace type_check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue