Open
Description
Two changes:
-
Use of maplike/setlike should not affect static attributes/operations (but should affect constants, as it does now, since those go on the proto too).
-
The mutator methods (clear, add, set, delete) should not be allowed to shadow a method on an inherited interface. But having them on the interface itself or its consequential interfaces should be OK (as now) and just inhibit autogeneration of the method.