finished type checking issues
This commit is contained in:
@ -630,6 +630,7 @@ TableNode *getReturn(TableNode *definition) {
|
||||
"node has NULL additionalinfo. Invalid.");
|
||||
return undefined;
|
||||
}
|
||||
printdebug("function:%s with return type %s\n",getName(definition),getName(definition->additionalinfo->FunTypeAdInfo->returntype));
|
||||
return definition->additionalinfo->FunTypeAdInfo->returntype;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user