@Override public boolean isSubtype(JSType that) { return isSubtype(that, ImplCache.create(), SubtypingMode.NORMAL); }
@Override public boolean isSubtype(JSType that) { return isSubtype(that, ImplCache.create()); }