Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Chen (0.12 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/evaluate/FirCompileTimeConstantEvaluator.kt

        fun evaluate(
            fir: FirElement?,
            mode: KtConstantEvaluationMode,
        ): FirLiteralExpression<*>? =
            when (fir) {
                is FirPropertyAccessExpression -> {
                    when (val referredVariable = fir.calleeReference.toResolvedVariableSymbol()) {
                        is FirPropertySymbol -> {
                            if (referredVariable.callableId.isStringLength) {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Mar 20 14:53:27 GMT 2024
    - 16.5K bytes
    - Viewed (0)
Back to top