Example #1
0
 public BaseResult shallowClone() {
   BaseResult dgVar = new dg(this.Dy);
   dgVar.list = this.list;
   return dgVar;
 }
Example #2
0
 public BaseResult shallowClone() {
   BaseResult dUVar = new dU(this.kR);
   dUVar.list = this.list;
   return dUVar;
 }