eric-milles opened a new pull request, #2301:
URL: https://github.com/apache/groovy/pull/2301
Given:
```java
interface A {
Object getFoo();
}
class B {
protected final Object getFoo() { return null; }
}
class C extends B implements A {
}
```
The eclipse java compiler says: The inherited method `B.getFoo()` cannot
hide the public abstract method in `A`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]