Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Zach (0.03 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionInfoProvider.kt

                // KtValueArgument container
                is KtCallExpression ->
                    parent.calleeExpression == child && doesCallExpressionUseCallee(child)
    
                // Collection literals use each of its constituent expressions.
                is KtCollectionLiteralExpression ->
                    child in parent.getInnerExpressions()
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KaFe10Resolver.kt

                candidates.flatMap { candidate ->
                    // 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)
    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