예제 #1
0
 @Specialization
 protected Object getRestart(int index) {
   Object result = RErrorHandling.getRestart(index);
   return result;
 }