fuzion icon indicating copy to clipboard operation
fuzion copied to clipboard

`NYI` comment for open generics in `AbstractType.constraintAssignableFrom`

Open fridis opened this issue 8 months ago • 0 comments

The code contains this:

                result = actual.feature() == feature() &&
                  genericsAssignable(actual, context); // NYI: Check: What about open generics?

Need to check if open type parameter with type constraints may cause any problems. This might be related to #4994 and #4992.

fridis avatar Apr 01 '25 12:04 fridis