Ensure GenericTypeResolverTests compiles with Eclipse compiler

This commit is contained in:
Sam Brannen
2025-03-05 14:07:52 +01:00
parent 403362fe3c
commit 0a6e666857

View File

@@ -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 {
}
}