mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
.
This commit is contained in:
parent
868d514bcc
commit
f177961fbf
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -1492,7 +1492,7 @@ std::optional<FunctionDeclaration*>
|
||||||
"TypeCheckVisitor.FindSubExpressionMethodAndUpdate");
|
"TypeCheckVisitor.FindSubExpressionMethodAndUpdate");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (abstract_type_info->HaveTypeclass(typeclass_graph_.FindFunctionTypeclass(node->name).value())) {
|
if (abstract_type_info->HasTypeclass(typeclass_graph_.FindFunctionTypeclass(node->name).value())) {
|
||||||
maybe_function_declaration = maybe_typeclass_function_info.value()->declaration;
|
maybe_function_declaration = maybe_typeclass_function_info.value()->declaration;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue