Description
Consider the following:
class C implements List<String> { @Delegate List<Number> numbers }
C implements List<String> and List<Number> but there is no compiler error or warning.
Attachments
Issue Links
- is related to
-
GROOVY-5106 Same interface can be implemented with two different generic types
- Closed