File tree Expand file tree Collapse file tree
compiler/util/src/org/jetbrains/kotlin/config Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments