Multi-constraint formal generics: position in client of renamed feature

References
ECMA Eiffel section:
8.12 Genericity
Test procedure:
  1. Create and compile the system with the following class:
    class A [G -> ANY rename twin as x end]
        feature
            f is
                do
                    item.x.do_nothing
                end
            item: G
        end
  2. Select "Callers" view in the "Feature Relation" subwindow for the feature {ANY}.twin.
  3. Verify that position is correctly shown for the client feature {A}.f.
Expected result:

Position of a feature that is renamed in the client class should be shown.

Test runs

IDDatePlatformResult
trr#2713 years 14 weeks agoAll platformsFailed