[FIR] Put new contract syntax under feauture flag
^KT-55171 Fixed
This commit is contained in:
committed by
Space Team
parent
2783aa13f5
commit
4c96495eef
@@ -325,6 +325,7 @@ enum class LanguageFeature(
|
||||
CustomEqualsInValueClasses(sinceVersion = null, kind = OTHER), // KT-24874
|
||||
InlineLateinit(sinceVersion = null, kind = OTHER), // KT-23814
|
||||
EnableDfaWarningsInK2(sinceVersion = null, kind = OTHER), // KT-50965
|
||||
ContractSyntaxV2(sinceVersion = null, kind = UNSTABLE_FEATURE), // KT-56127
|
||||
;
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user