Support non-parenthesized annotations on functional types without receiver
^KT-31734 Fixed
This commit is contained in:
@@ -104,6 +104,7 @@ enum class LanguageFeature(
|
||||
ProhibitComparisonOfIncompatibleEnums(KOTLIN_1_4, kind = BUG_FIX),
|
||||
BareArrayClassLiteral(KOTLIN_1_4),
|
||||
ProhibitGenericArrayClassLiteral(KOTLIN_1_4),
|
||||
NonParenthesizedAnnotationsOnFunctionalTypes(KOTLIN_1_4),
|
||||
|
||||
ProperVisibilityForCompanionObjectInstanceField(sinceVersion = null, kind = BUG_FIX),
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
|
||||
Reference in New Issue
Block a user