[FE 1.0] Change since version of ProhibitNonExhaustiveIfInRhsOfElvis feature to 1.8
^KT-44705
This commit is contained in:
committed by
TeamCityServer
parent
a99a7fd48d
commit
a63f65fef1
@@ -231,7 +231,6 @@ enum class LanguageFeature(
|
|||||||
ForbidUsingExtensionPropertyTypeParameterInDelegate(KOTLIN_1_7, kind = BUG_FIX),
|
ForbidUsingExtensionPropertyTypeParameterInDelegate(KOTLIN_1_7, kind = BUG_FIX),
|
||||||
IgnoreNullabilityForErasedValueParameters(KOTLIN_1_7, kind = BUG_FIX),
|
IgnoreNullabilityForErasedValueParameters(KOTLIN_1_7, kind = BUG_FIX),
|
||||||
ProperTypeInferenceConstraintsProcessing(KOTLIN_1_7, kind = BUG_FIX),
|
ProperTypeInferenceConstraintsProcessing(KOTLIN_1_7, kind = BUG_FIX),
|
||||||
ProhibitNonExhaustiveIfInRhsOfElvis(KOTLIN_1_7, kind = BUG_FIX), // KT-44705
|
|
||||||
ForbidExposingTypesInPrimaryConstructorProperties(KOTLIN_1_7, kind = BUG_FIX),
|
ForbidExposingTypesInPrimaryConstructorProperties(KOTLIN_1_7, kind = BUG_FIX),
|
||||||
ProhibitAccessToEnumCompanionMembersInEnumConstructorCall(KOTLIN_1_7, kind = BUG_FIX),
|
ProhibitAccessToEnumCompanionMembersInEnumConstructorCall(KOTLIN_1_7, kind = BUG_FIX),
|
||||||
PartiallySpecifiedTypeArguments(KOTLIN_1_7),
|
PartiallySpecifiedTypeArguments(KOTLIN_1_7),
|
||||||
@@ -257,6 +256,7 @@ enum class LanguageFeature(
|
|||||||
ForbidSuperDelegationToAbstractAnyMethod(KOTLIN_1_8), // KT-38078
|
ForbidSuperDelegationToAbstractAnyMethod(KOTLIN_1_8), // KT-38078
|
||||||
ProperEqualityChecksInBuilderInferenceCalls(KOTLIN_1_8, kind = BUG_FIX),
|
ProperEqualityChecksInBuilderInferenceCalls(KOTLIN_1_8, kind = BUG_FIX),
|
||||||
StopPropagatingDeprecationThroughOverrides(KOTLIN_1_8), // KT-47902
|
StopPropagatingDeprecationThroughOverrides(KOTLIN_1_8), // KT-47902
|
||||||
|
ProhibitNonExhaustiveIfInRhsOfElvis(KOTLIN_1_8, kind = BUG_FIX), // KT-44705
|
||||||
|
|
||||||
// 1.9
|
// 1.9
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user