[JS IR BE] Bugfix: set overriden symbols for generated bridges
This commit is contained in:
+1
@@ -123,6 +123,7 @@ class BridgesConstruction(val context: JsIrBackendContext) : ClassLoweringPass {
|
|||||||
annotations += bridge.annotations
|
annotations += bridge.annotations
|
||||||
returnType = bridge.returnType
|
returnType = bridge.returnType
|
||||||
parent = delegateTo.parent
|
parent = delegateTo.parent
|
||||||
|
overriddenSymbols.addAll(delegateTo.overriddenSymbols)
|
||||||
}
|
}
|
||||||
|
|
||||||
context.createIrBuilder(irFunction.symbol).irBlockBody(irFunction) {
|
context.createIrBuilder(irFunction.symbol).irBlockBody(irFunction) {
|
||||||
|
|||||||
Reference in New Issue
Block a user