Put using underscored type arguments under a feature

This commit is contained in:
Victor Petukhov
2021-10-22 11:56:58 +03:00
parent 1073adbbf0
commit 5508d40371
14 changed files with 50 additions and 1 deletions
@@ -238,6 +238,7 @@ enum class LanguageFeature(
ProhibitNonExhaustiveIfInRhsOfElvis(KOTLIN_1_7, kind = BUG_FIX), // KT-44705
ForbidExposingTypesInPrimaryConstructorProperties(KOTLIN_1_7, kind = BUG_FIX),
ProhibitAccessToEnumCompanionMembersInEnumConstructorCall(KOTLIN_1_7, kind = BUG_FIX),
PartiallySpecifiedTypeArguments(KOTLIN_1_7),
// 1.8