generics.tuples icon indicating copy to clipboard operation
generics.tuples copied to clipboard

Two TTuple<T1, T2, T3> issues

Open PatrickvL opened this issue 8 years ago • 0 comments

By inheriting TTuple<T1, T2, T3> from TTuple<T1, T2>, two issues arise :

  1. Supports(TTuple<T1, T2, T3>, ITuple<T1, T2>) will return True, even though this class type seems intended to only Support(ITuple<T1, T2, T3>)
  2. The FValue1 and FValue2 fields are redeclared, since they are already present in TTuple<T1, T2>

PatrickvL avatar Mar 24 '16 09:03 PatrickvL