mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
.
This commit is contained in:
parent
d2a01abc9c
commit
8e74b3082e
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
|
@ -1470,7 +1470,6 @@ void TypeCheckVisitor::CheckPattern(Pattern& node, const BaseNode& base_node) {
|
|||
}
|
||||
|
||||
// TODO: internal types ??
|
||||
// TODO: abstract types, typeclasses
|
||||
std::optional<FunctionDeclaration*>
|
||||
TypeCheckVisitor::FindSubExpressionMethodAndUpdate(FunctionCallExpression* node,
|
||||
SubExpressionToken* expression_node,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue