todo comment added

This commit is contained in:
Svetlana Isakova
2013-09-27 18:32:47 +04:00
parent 4666b0f50c
commit b32bb2302d
@@ -268,6 +268,7 @@ public class ConstraintSystemImpl implements ConstraintSystem {
newConstraintSystem.typeParameterBounds.put(newTypeParameter, typeBoundsMap.apply(typeBounds));
}
newConstraintSystem.errorConstraintPositions.addAll(ContainerUtil.filter(errorConstraintPositions, constraintPositionCondition));
//todo if 'constraintPositionCondition' is not trivial, it's incorrect to just copy 'hasErrorInConstrainingTypes'
newConstraintSystem.hasErrorInConstrainingTypes = hasErrorInConstrainingTypes;
return newConstraintSystem;
}