DeclaredFunctionType.meet(methodTypes);
DeclaredFunctionType updatedMethodType =
localPropDef.methodType.withTypeInfoFromSuper(superMethodType);
localPropDef.updateMethodType(updatedMethodType);
propTypesToProcess.put(pname,
JSType.fromFunctionType(updatedMethodType.toFunctionType()));
}
// Check inherited types of all props
add_interface_props:
for (String pname : propTypesToProcess.keySet()) {
Collection<JSType> defs = propTypesToProcess.get(pname);