Multi-constraint formal generics: PnD on feature on formal generic

References
ECMA Eiffel section:
8.12 Genericity
Test procedure:
  1. Create and compile the system with assertion-enabled EiffelStudio with the following class:
    class A [G -> {ANY}]
        feature
            f is
                do
                    item.twin.do_nothing
                end
            item: G
        end
  2. Pick feature twin and drop it to Feature Relation tool.
  3. Verify that the Feature Relation tool is updated as expected.
Expected result:

Feature name can be picked and dropped to the Feature Relation tool.

Test runs

IDDatePlatformResult
trr#2731 year 12 weeks agoAll platformsFailed