Revert "Added AllowNullableArrayArgsInMain (1.4+) language setting"

#KT-35965 Fixed
This commit is contained in:
Vladimir Dolzhenko
2020-03-04 10:00:30 +01:00
parent 0f7122a88a
commit d1a29df581
6 changed files with 3 additions and 10 deletions
@@ -110,7 +110,6 @@ enum class LanguageFeature(
MixedNamedArgumentsInTheirOwnPosition(KOTLIN_1_4),
ProhibitTailrecOnVirtualMember(KOTLIN_1_4, kind = BUG_FIX),
ProperComputationOrderOfTailrecDefaultParameters(KOTLIN_1_4),
AllowNullableArrayArgsInMain(KOTLIN_1_4),
TrailingCommas(KOTLIN_1_4),
ProhibitProtectedCallFromInline(KOTLIN_1_4, kind = BUG_FIX),
ProperFinally(KOTLIN_1_4, kind = BUG_FIX),