Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. build-logic/documentation/src/test/resources/org/gradle/test/GroovyClassWithConstants.groovy

    class GroovyClassWithConstants {
        static final int INT_CONST = 9
        public static final String STRING_CONST = 'some-string'
        static final Object OBJECT_CONST = new GroovyClassWithConstants()
        static final def BIG_DECIMAL_CONST = 1.02
    
        String ignored = 'ignore'
        final int ignored2 = 1001
        static def ignored3
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 356 bytes
    - Viewed (0)
Back to top