Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NonReadableProperty (0.26 sec)

  1. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/dom/resolution/DefaultDocumentResolutionContainer.kt

                is ErrorReason.ValReassignment,
                is ErrorReason.AmbiguousFunctions,
                is ErrorReason.AmbiguousImport,
                ErrorReason.DanglingPureExpression,
                is ErrorReason.NonReadableProperty,
                ErrorReason.UnitAssignment, // TODO: should we still check for this?
                ErrorReason.AccessOnCurrentReceiverOnlyViolation -> error("not expected here")
            }
        }.distinct()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top