Add new IntrinsicConstEvaluation language feature
This feature will allow to evaluate function marked with `IntrinsicConstEvaluation` annotation and so use such function in `const val`.
This commit is contained in:
@@ -333,6 +333,7 @@ enum class LanguageFeature(
|
||||
ContractSyntaxV2(sinceVersion = null, kind = UNSTABLE_FEATURE), // KT-56127
|
||||
ImplicitSignedToUnsignedIntegerConversion(sinceVersion = null), // KT-56583
|
||||
ForbidInferringTypeVariablesIntoEmptyIntersection(sinceVersion = null, kind = BUG_FIX), // KT-51221
|
||||
IntrinsicConstEvaluation(sinceVersion = null, kind = UNSTABLE_FEATURE), // KT-49303
|
||||
;
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user