[K/JS] Allow parameter properties inside external declarations ^KT-65965 Fixed
This commit is contained in:
@@ -157,7 +157,10 @@ class JsExternalChecker(private val allowCompanionInInterface: Boolean) : Declar
|
||||
checkDelegation(declaration, descriptor, trace)
|
||||
checkAnonymousInitializer(declaration, trace)
|
||||
checkEnumEntry(declaration, trace)
|
||||
checkConstructorPropertyParam(declaration, descriptor, trace)
|
||||
|
||||
if (!context.languageVersionSettings.supportsFeature(LanguageFeature.JsExternalPropertyParameters)) {
|
||||
checkConstructorPropertyParam(declaration, descriptor, trace)
|
||||
}
|
||||
}
|
||||
|
||||
private fun checkBody(
|
||||
|
||||
Reference in New Issue
Block a user