- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for OldSuperInternal (0.25 sec)
-
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/MethodsRemovedInInternalSuperClassRuleTest.groovy
MethodsRemovedInInternalSuperClassRule rule static class OldSuperInternal { void publicMethod() {} private void privateMethod() {} } static class OldBase extends OldSuperInternal { void anotherPublicMethod() {} } static class OldSub extends OldBase {} static class NewSuperInternal {}
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 06 19:15:15 UTC 2022 - 2.9K bytes - Viewed (0)