Revert "Disable contracts in 1.3-M1"
This reverts commit e866a3bd0d4d77077270d63cebdb3a8f3bc25f10.
This commit is contained in:
committed by
Ilya Gorbunov
parent
254d943e07
commit
756e5ece84
@@ -71,6 +71,9 @@ enum class LanguageFeature(
|
|||||||
ProhibitVisibilityOfNestedClassifiersFromSupertypesOfCompanion(KOTLIN_1_3, kind = BUG_FIX),
|
ProhibitVisibilityOfNestedClassifiersFromSupertypesOfCompanion(KOTLIN_1_3, kind = BUG_FIX),
|
||||||
ProhibitNonConstValuesAsVarargsInAnnotations(KOTLIN_1_3, kind = BUG_FIX),
|
ProhibitNonConstValuesAsVarargsInAnnotations(KOTLIN_1_3, kind = BUG_FIX),
|
||||||
ReleaseCoroutines(KOTLIN_1_3, kind = UNSTABLE_FEATURE),
|
ReleaseCoroutines(KOTLIN_1_3, kind = UNSTABLE_FEATURE),
|
||||||
|
ReadDeserializedContracts(KOTLIN_1_3),
|
||||||
|
UseReturnsEffect(KOTLIN_1_3),
|
||||||
|
UseCallsInPlaceEffect(KOTLIN_1_3),
|
||||||
VariableDeclarationInWhenSubject(KOTLIN_1_3),
|
VariableDeclarationInWhenSubject(KOTLIN_1_3),
|
||||||
ProhibitLocalAnnotations(KOTLIN_1_3, kind = BUG_FIX),
|
ProhibitLocalAnnotations(KOTLIN_1_3, kind = BUG_FIX),
|
||||||
ProhibitSmartcastsOnLocalDelegatedProperty(KOTLIN_1_3, kind = BUG_FIX),
|
ProhibitSmartcastsOnLocalDelegatedProperty(KOTLIN_1_3, kind = BUG_FIX),
|
||||||
@@ -97,9 +100,6 @@ enum class LanguageFeature(
|
|||||||
State.ENABLED_WITH_WARNING
|
State.ENABLED_WITH_WARNING
|
||||||
),
|
),
|
||||||
|
|
||||||
ReadDeserializedContracts(sinceVersion = null, defaultState = State.DISABLED),
|
|
||||||
UseReturnsEffect(sinceVersion = null, defaultState = State.DISABLED),
|
|
||||||
UseCallsInPlaceEffect(sinceVersion = null, defaultState = State.DISABLED),
|
|
||||||
AllowContractsForCustomFunctions(sinceVersion = null, defaultState = State.DISABLED, kind = UNSTABLE_FEATURE),
|
AllowContractsForCustomFunctions(sinceVersion = null, defaultState = State.DISABLED, kind = UNSTABLE_FEATURE),
|
||||||
|
|
||||||
MultiPlatformProjects(sinceVersion = null, defaultState = State.DISABLED),
|
MultiPlatformProjects(sinceVersion = null, defaultState = State.DISABLED),
|
||||||
|
|||||||
Reference in New Issue
Block a user