check_no_pass_type_in_argumets func

This commit is contained in:
ProgramSnail 2024-02-17 00:11:54 +03:00
parent 1a9408c2f6
commit ed4b984b81
3 changed files with 18 additions and 1 deletions

View file

@ -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