Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KtErrorConstantValue (0.18 sec)

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

                    try {
                        FirCompileTimeConstantEvaluator.evaluateAsKtConstantValue(fir, mode)
                    } catch (e: ArithmeticException) {
                        KtConstantValue.KtErrorConstantValue(e.localizedMessage, sourcePsi)
                    }
                }
                // For invalid code like the following,
                // ```
                // when {
                //   true, false -> {}
                // }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Nov 07 09:06:00 GMT 2023
    - 2.8K bytes
    - Viewed (0)
Back to top