[FE 1.0] Drop ArrayLiteralsInAnnotations feature
This feature was introduced in 1.2, so now it's stable part of language and we can drop support of disabling it
This commit is contained in:
committed by
teamcity
parent
ff7eb79bb1
commit
c1575edca4
@@ -45,7 +45,6 @@ enum class LanguageFeature(
|
||||
|
||||
// 1.2
|
||||
|
||||
ArrayLiteralsInAnnotations(KOTLIN_1_2),
|
||||
InlineDefaultFunctionalParameters(KOTLIN_1_2),
|
||||
SoundSmartCastsAfterTry(KOTLIN_1_2),
|
||||
DeprecatedFieldForInvisibleCompanionObject(KOTLIN_1_2),
|
||||
|
||||
Reference in New Issue
Block a user