Ensure GenericTypeResolverTests compiles with Eclipse compiler
This commit is contained in:
parent
403362fe3c
commit
0a6e666857
|
|
@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue