Ensure GenericTypeResolverTests compiles with Eclipse compiler
This commit is contained in:
@@ -473,7 +473,7 @@ class GenericTypeResolverTests {
|
||||
|
||||
public static class InheritsDefaultMethod implements InterfaceWithDefaultMethod<InheritsDefaultMethod.ConcreteType> {
|
||||
|
||||
static class ConcreteType implements AbstractType {
|
||||
static class ConcreteType implements InterfaceWithDefaultMethod.AbstractType {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user