Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyOf (0.46 sec)

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

                    val originalCallee = unwrappedExplicitReceiver.calleeReference.safeAs<FirNamedReference>() ?: return emptyList()
                    buildFunctionCall {
                        // NOTE: We only need to copy the explicit receiver and not the dispatch and extension receivers as only the explicit
                        // receiver is needed by the resolver. The dispatch and extension receivers are only assigned after resolution when a
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:05:58 GMT 2024
    - 70.8K bytes
    - Viewed (1)
Back to top