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