Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIntProp (0.13 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ScalarTypesInManagedModelIntegrationTest.groovy

        }
    
        def "can view property with scalar type as ModelElement"() {
            given:
            buildScript '''
                @Managed
                interface PrimitiveTypes {
                    int getIntProp()
                    void setIntProp(int value)
    
                    Long getLongProp()
                    void setLongProp(Long value)
                }
    
                class RulePlugin extends RuleSource {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 27.1K bytes
    - Viewed (0)
Back to top