Function return type checking
This commit is contained in:
@@ -47,6 +47,7 @@ namespace Solstice {
|
||||
|
||||
Narrowing doesNodeChildrenNeedNarrowing(Node& node);
|
||||
void narrowBinaryNode(Node& node, std::unordered_map<TypePair, Type>& overloads);
|
||||
void narrowFunctionCallNode(Node& node);
|
||||
|
||||
void checkAddType(Node& node);
|
||||
void checkSubtractType(Node& node);
|
||||
|
||||
Reference in New Issue
Block a user