Skip to content

Commit

Permalink
Put back the line with language feature to 1.7 block
Browse files Browse the repository at this point in the history
Partially reverts 1505706
It doesn't change anything as the commit, it's just for the sake of
order
  • Loading branch information
dzharkov authored and Space committed Aug 31, 2022
1 parent 9775354 commit f0fd2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ enum class LanguageFeature(
ProhibitSimplificationOfNonTrivialConstBooleanExpressions(KOTLIN_1_7),
SafeCallsAreAlwaysNullable(KOTLIN_1_7),
JvmPermittedSubclassesAttributeForSealed(KOTLIN_1_7),
ProperTypeInferenceConstraintsProcessing(KOTLIN_1_7, kind = BUG_FIX),
ForbidExposingTypesInPrimaryConstructorProperties(KOTLIN_1_7, kind = BUG_FIX),
PartiallySpecifiedTypeArguments(KOTLIN_1_7),
EliminateAmbiguitiesWithExternalTypeParameters(KOTLIN_1_7),
Expand All @@ -241,7 +242,6 @@ enum class LanguageFeature(

// 1.8

ProperTypeInferenceConstraintsProcessing(KOTLIN_1_7, kind = BUG_FIX),
DontLoseDiagnosticsDuringOverloadResolutionByReturnType(KOTLIN_1_8),
ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated(KOTLIN_1_8, kind = BUG_FIX), // KT-36770
ProhibitConfusingSyntaxInWhenBranches(KOTLIN_1_8, kind = BUG_FIX), // KT-48385
Expand Down

0 comments on commit f0fd2cf

Please sign in to comment.