Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildExtensionReceiverSymbol (0.22 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/FirReferenceResolveHelper.kt

                    val boundSymbol = boundSymbol
                    when {
                        !isInLabelReference && boundSymbol is FirCallableSymbol<*> ->
                            symbolBuilder.callableBuilder.buildExtensionReceiverSymbol(boundSymbol)
                        else -> boundSymbol?.fir?.buildSymbol(symbolBuilder)
                    }.let { listOfNotNull(it) }
                }
                is FirSuperReference -> {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Apr 15 10:59:01 GMT 2024
    - 37.5K bytes
    - Viewed (0)
Back to top