mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 18:23:13 +00:00
[bugfix] generics on inner classes whose outer type has generics, when the outer type is an interface, caused bugs in ecj.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public interface EqualsAndHashCodeWithGenericsOnInnersInInterfaces<A> {
|
||||
@lombok.EqualsAndHashCode class Inner<B> {
|
||||
int x;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user