Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UnresolvedFunctionCallReceiver (0.21 sec)

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

        data class ReadOnlyPropertyAssignment(val property: DataProperty) : ErrorReason
        data class UnresolvedFunctionCallArguments(val functionCall: FunctionCall) : ErrorReason
        data class UnresolvedFunctionCallReceiver(val functionCall: FunctionCall) : ErrorReason
        data class UnresolvedFunctionCallSignature(val functionCall: FunctionCall) : ErrorReason
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:46 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/EvaluationFailureMessageGenerator.kt

            is ErrorReason.UnresolvedFunctionCallArguments -> "unresolved function call arguments for '${errorReason.functionCall.name}'"
            is ErrorReason.UnresolvedFunctionCallReceiver -> "unresolved function call receiver for '${errorReason.functionCall.name}'"
            is ErrorReason.UnresolvedFunctionCallSignature -> "unresolved function call signature for '${errorReason.functionCall.name}'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top