Ejemplo n.º 1
0
 private IList <Inferred> InferBuiltin(SymbolId name)
 {
     return(module.InferBuiltin(name, this));
 }