fix(KT-50040): remove the corresponding symbol from top-level accessors.

This commit is contained in:
Artem Kobzar
2021-12-09 13:39:35 +00:00
committed by Space
parent 611c402e59
commit b1643075f2
4 changed files with 32 additions and 1 deletions
@@ -59,7 +59,6 @@ class PrivateMembersLowering(val context: JsIrBackendContext) : DeclarationTrans
visibility = newVisibility
}.also {
it.parent = function.parent
it.correspondingPropertySymbol = function.correspondingPropertySymbol
}
staticFunction.typeParameters += function.typeParameters.map { it.deepCopyWithSymbols(staticFunction) }