fix(KT-50040): remove the corresponding symbol from top-level accessors.
This commit is contained in:
-1
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user