Exemplo n.º 1
0
 @Specialization
 protected RNull dfltWarn(String msg, Object call) {
   RErrorHandling.dfltWarn(msg, call);
   return RNull.instance;
 }