Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reportIncorrectConstant (0.18 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/parsing/GrammarToTree.kt

                            return reportIncorrectConstant("missing value")
                        }
    
                        convertedText !is Long -> return reportIncorrectConstant("illegal constant expression")
    
                        hasUnsignedLongSuffix(text) || hasLongSuffix(text) -> {
                            if (text.endsWith("l")) {
                                return reportIncorrectConstant("wrong long suffix")
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 22:06:18 UTC 2024
    - 31.2K bytes
    - Viewed (0)
Back to top