- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for OldSub (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/MethodsRemovedInInternalSuperClassRuleTest.groovy
} static class OldBase extends OldSuperInternal { void anotherPublicMethod() {} OldBase returnTypeOverridenMethod() { return null } } static class OldSub extends OldBase { OldSub returnTypeOverridenMethod() { return null } } static class NewSuperInternal {} static class NewBase extends NewSuperInternal {} static class NewSub extends NewBase {}Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 3.2K bytes - Click Count (0)