Prohibit using annotations without TYPE target in several type positions
#KT-8325 Fixed #KT-19455 Fixed #KT-25876 Fixed #KT-28449 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
1cff17bb58
commit
0b2943d34c
@@ -168,6 +168,7 @@ enum class LanguageFeature(
|
||||
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),
|
||||
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
|
||||
|
||||
Reference in New Issue
Block a user