JS IR: invoke missing lowering step for default arguments lowering

This commit is contained in:
Anton Bannykh
2018-06-20 17:07:19 +03:00
parent d546fca876
commit c077b3ca5d
@@ -79,6 +79,7 @@ fun JsIrBackendContext.performInlining(moduleFragment: IrModuleFragment) {
fun JsIrBackendContext.lower(file: IrFile) {
LateinitLowering(this, true).lower(file)
DefaultArgumentStubGenerator(this).runOnFilePostfix(file)
DefaultParameterInjector(this).runOnFilePostfix(file)
SharedVariablesLowering(this).runOnFilePostfix(file)
ReturnableBlockLowering(this).lower(file)
LocalDeclarationsLowering(this).runOnFilePostfix(file)