Allow assigning array to vararg in named form in annotations
See more in KT-20171
This commit is contained in:
@@ -63,6 +63,7 @@ enum class LanguageFeature(
|
||||
CallableReferencesToClassMembersWithEmptyLHS(KOTLIN_1_2),
|
||||
ThrowNpeOnExplicitEqualsForBoxedNull(KOTLIN_1_2),
|
||||
JvmPackageName(KOTLIN_1_2),
|
||||
AssigningArraysToVarargsInNamedFormInAnnotations(KOTLIN_1_2),
|
||||
|
||||
RestrictionOfValReassignmentViaBackingField(KOTLIN_1_3),
|
||||
NestedClassesInEnumEntryShouldBeInner(KOTLIN_1_3),
|
||||
|
||||
Reference in New Issue
Block a user