Allow use expression of array type as named argument for vararg

This commit is contained in:
Dmitriy Novozhilov
2019-12-17 13:04:42 +03:00
parent 0cb48999ff
commit ee36fb903f
15 changed files with 253 additions and 8 deletions
@@ -117,6 +117,7 @@ enum class LanguageFeature(
ProhibitProtectedCallFromInline(KOTLIN_1_4, kind = BUG_FIX),
ProperFinally(KOTLIN_1_4, kind = BUG_FIX),
ProhibitVarargAsArrayAfterSamArgument(KOTLIN_1_4, kind = BUG_FIX),
AllowAssigningArrayElementsToVarargsInNamedFormForFunctions(KOTLIN_1_4),
ProperVisibilityForCompanionObjectInstanceField(sinceVersion = null, kind = BUG_FIX),
// Temporarily disabled, see KT-27084/KT-22379