mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
.
This commit is contained in:
parent
584bdfa54d
commit
5192ffe5f3
1 changed files with 0 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ void TypeCheckVisitor::Visit(FunctionDefinitionStatement* node) {
|
|||
void TypeCheckVisitor::Visit(TypeDefinitionStatement* node) {
|
||||
is_in_statement_ = true;
|
||||
|
||||
// TODO: defined functions can be not redifined
|
||||
std::unordered_map<std::string, info::TypeclassGraph::FunctionInfo*> required_functions =
|
||||
global_info_.GetAnnotatedTypeFunctionsMap(node->definition->type.get());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue