示例#1
0
 public bool PerformTypesCheck(SyntaxNode head, List <Error> compileErrors)
 {
     return(head.CheckNode(compileErrors, new List <(string, string)>(), new List <(string, string)>()));
 }