Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OldSub (0.47 sec)

  1. 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 {}
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Dec 24 14:15:15 UTC 2025
    - 3.2K bytes
    - Viewed (0)
Back to top