Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_b_a (0.1 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/ClassInspectorTest.groovy

        }
    
        class PropNames {
            String getA() { null }
    
            String getB() { null }
    
            String getURL() { null }
    
            String getUrl() { null }
    
            String get_A() { null }
        }
    
        class BooleanProps {
            boolean prop
    
            boolean isSomeProp() {
                return prop
            }
    
            void setSomeProp(boolean value) {
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 23:46:06 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top