Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KaVariableLikeSymbol (0.26 sec)

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

                    if (unsubstitutedKtSignature.symbol !is KaVariableLikeSymbol) return null
                    val rhs = fir.rValue.psi as? KtExpression
                    @Suppress("UNCHECKED_CAST") // safe because of the above check on targetKtSymbol
                    KaSimpleVariableAccessCall(
                        partiallyAppliedSymbol as KaPartiallyAppliedVariableSymbol<KaVariableLikeSymbol>,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
Back to top