[IR BE] Don't override private declarations

This commit is contained in:
Svyatoslav Kuzmich
2019-06-17 16:35:38 +03:00
parent 7796d084e1
commit 84d48b8c7b
3 changed files with 17 additions and 3 deletions
@@ -24,7 +24,7 @@ private fun ClassLoweringPass.runOnFilesPostfix(moduleFragment: IrModuleFragment
private fun validationCallback(context: JsIrBackendContext, module: IrModuleFragment) {
val validatorConfig = IrValidatorConfig(
abortOnError = false,
abortOnError = true,
ensureAllNodesAreDifferent = true,
checkTypes = false,
checkDescriptors = false