Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/descriptorBased/base/Kt1DescUtils.kt

            }
    
            return this.modality
        }
    
    internal fun ConstantValue<*>.toKtConstantValue(): KtConstantValue {
        return when (this) {
            is ErrorValue.ErrorValueWithMessage -> KtConstantValue.KtErrorConstantValue(message, sourcePsi = null)
            is BooleanValue -> KtConstantValue.KtBooleanConstantValue(value, sourcePsi = null)
            is DoubleValue -> KtConstantValue.KtDoubleConstantValue(value, sourcePsi = null)
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 07:15:56 GMT 2024
    - 33.2K bytes
    - Viewed (0)
Back to top