Eric Milles created GROOVY-10439:
------------------------------------
Summary: No error/warning for @Delegate introducing conflicting
interface generics
Key: GROOVY-10439
URL: https://issues.apache.org/jira/browse/GROOVY-10439
Project: Groovy
Issue Type: Bug
Reporter: Eric Milles
Consider the following:
{code:groovy}
class C implements List<String> {
@Delegate List<Number> numbers
}
{code}
C implements List<String> and List<Number> but there is no compiler error or
warning.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)