[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:
Dmitriy Novozhilov
2022-01-12 11:17:28 +03:00
committed by teamcity
parent ff7eb79bb1
commit c1575edca4
19 changed files with 11 additions and 34 deletions
@@ -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),