Skip to content

Commit f0fd2cf

Browse files
dzharkovSpace
authored andcommitted
Put back the line with language feature to 1.7 block
Partially reverts 1505706 It doesn't change anything as the commit, it's just for the sake of order
1 parent 9775354 commit f0fd2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/util/src/org/jetbrains/kotlin/config/LanguageVersionSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ enum class LanguageFeature(
224224
ProhibitSimplificationOfNonTrivialConstBooleanExpressions(KOTLIN_1_7),
225225
SafeCallsAreAlwaysNullable(KOTLIN_1_7),
226226
JvmPermittedSubclassesAttributeForSealed(KOTLIN_1_7),
227+
ProperTypeInferenceConstraintsProcessing(KOTLIN_1_7, kind = BUG_FIX),
227228
ForbidExposingTypesInPrimaryConstructorProperties(KOTLIN_1_7, kind = BUG_FIX),
228229
PartiallySpecifiedTypeArguments(KOTLIN_1_7),
229230
EliminateAmbiguitiesWithExternalTypeParameters(KOTLIN_1_7),
@@ -241,7 +242,6 @@ enum class LanguageFeature(
241242

242243
// 1.8
243244

244-
ProperTypeInferenceConstraintsProcessing(KOTLIN_1_7, kind = BUG_FIX),
245245
DontLoseDiagnosticsDuringOverloadResolutionByReturnType(KOTLIN_1_8),
246246
ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated(KOTLIN_1_8, kind = BUG_FIX), // KT-36770
247247
ProhibitConfusingSyntaxInWhenBranches(KOTLIN_1_8, kind = BUG_FIX), // KT-48385

0 commit comments

Comments
 (0)