[K/JS] Allow parameter properties inside external declarations ^KT-65965 Fixed
This commit is contained in:
@@ -310,7 +310,6 @@ enum class LanguageFeature(
|
||||
DfaBooleanVariables(KOTLIN_2_0), // KT-25747
|
||||
LightweightLambdas(KOTLIN_2_0, kind = OTHER), // KT-45375
|
||||
ObjCSignatureOverrideAnnotation(KOTLIN_2_0, sinceApiVersion = ApiVersion.KOTLIN_2_0, kind = OTHER), // KT-61323
|
||||
|
||||
// 2.1
|
||||
|
||||
ReferencesToSyntheticJavaProperties(KOTLIN_2_1), // KT-8575
|
||||
@@ -324,6 +323,7 @@ enum class LanguageFeature(
|
||||
ProhibitPrivateOperatorCallInInline(KOTLIN_2_1, kind = BUG_FIX), // KT-65494
|
||||
ProhibitTypealiasAsCallableQualifierInImport(KOTLIN_2_1, kind = BUG_FIX), // KT-64350
|
||||
ProhibitConstructorAndSupertypeOnTypealiasWithTypeProjection(KOTLIN_2_1, kind = BUG_FIX), // KT-60305
|
||||
JsExternalPropertyParameters(KOTLIN_2_1), // KT-65965
|
||||
|
||||
// End of 2.* language features --------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user