JS IR: fix js SAM lowering
This commit is contained in:
committed by
Anton Bannykh
parent
9462131014
commit
e0bdabcf61
+1
-1
@@ -32,7 +32,7 @@ class JsSingleAbstractMethodLowering(context: JsIrBackendContext) : SingleAbstra
|
||||
private var enclosingBodyContainer: IrDeclaration? = null
|
||||
|
||||
override fun lower(irFile: IrFile) {
|
||||
super<SingleAbstractMethodLowering>.lower(irFile)
|
||||
super<BodyLoweringPass>.lower(irFile)
|
||||
}
|
||||
|
||||
override fun lower(irBody: IrBody, container: IrDeclaration) {
|
||||
|
||||
Reference in New Issue
Block a user