protected override bool Visit(ASTInfer node) { node.TypeInfo = Cache.GetUnknown(); return(true); }
protected override bool Visit(ASTInfer node) { throw new NotImplementedException(); }
protected abstract bool Visit(ASTInfer node);