DZ
Size: a a a
DZ
VP
QH
KotlinType? String например.CompileTimeConstant.toConstantValue.I
KotlinType? String например.CompileTimeConstant.toConstantValue.I
QH
ConstantExpressionEvaluator
.getConstant(
expr,
expr.analyze(BodyResolveMode.PARTIAL)
)
.toConstantValue(
expr.findModuleDescriptor()
.builtIns.stringType
).toString()
?I
ConstantExpressionEvaluator
.getConstant(
expr,
expr.analyze(BodyResolveMode.PARTIAL)
)
.toConstantValue(
expr.findModuleDescriptor()
.builtIns.stringType
).toString()
?QH
AM
AS
RI
QH
AM
КР
infix fun <T> Boolean.then(t: T): T? = if (this) t else nullQH
infix fun <T> Boolean.then(t: T): T? = if (this) t else nullAS
QH
AS
QH
КР
(10 != 2) then "Ok" ?: "Ne ok"