Postpone ApproximateIntegerLiteralTypesInReceiverPosition feature till 1.7
^KT-38895
This commit is contained in:
committed by
teamcityserver
parent
6a8f36e313
commit
8117cd4c24
@@ -201,7 +201,6 @@ enum class LanguageFeature(
|
||||
PrivateInFileEffectiveVisibility(KOTLIN_1_6, kind = BUG_FIX),
|
||||
ForbidUsingExtensionPropertyTypeParameterInDelegate(KOTLIN_1_6, kind = BUG_FIX),
|
||||
ProhibitSelfCallsInNestedObjects(KOTLIN_1_6, kind = BUG_FIX),
|
||||
ApproximateIntegerLiteralTypesInReceiverPosition(KOTLIN_1_6),
|
||||
ProperCheckAnnotationsTargetInTypeUsePositions(KOTLIN_1_6, kind = BUG_FIX),
|
||||
AbstractClassMemberNotImplementedWithIntermediateAbstractClass(KOTLIN_1_6, kind = BUG_FIX),
|
||||
|
||||
@@ -230,6 +229,7 @@ enum class LanguageFeature(
|
||||
DefinitelyNonNullableTypes(KOTLIN_1_7),
|
||||
ProhibitSimplificationOfNonTrivialConstBooleanExpressions(KOTLIN_1_7),
|
||||
SafeCallsAreAlwaysNullable(KOTLIN_1_7),
|
||||
ApproximateIntegerLiteralTypesInReceiverPosition(KOTLIN_1_7),
|
||||
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
|
||||
|
||||
Reference in New Issue
Block a user