Ejemplo n.º 1
0
 @Override
 public boolean isSubtype(JSType that) {
   return isSubtype(that, ImplCache.create(), SubtypingMode.NORMAL);
 }
 @Override
 public boolean isSubtype(JSType that) {
   return isSubtype(that, ImplCache.create());
 }