Merge branch '6.2.x'

This commit is contained in:
Sam Brannen
2025-03-05 14:10:41 +01:00

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