Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Reporting (0.08 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KaFe10Resolver.kt

                    // The current BindingContext does not have the diagnostics for each individual candidate, only for the resolved call.
                    // If there are multiple candidates, we can get each one's diagnostics by reporting it to a new BindingTrace.
                    val candidateTrace = DelegatingBindingTrace(this, "Trace for candidate", withParentDiagnostics = false)
                    if (candidate is NewAbstractResolvedCall<*>) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top