Moved symbol table emptiness assertion to later places,

so that the assert doesn't trigger in the plugin context
This commit is contained in:
Alexander Gorshenev
2020-05-30 20:30:23 +03:00
parent 5e56a52f94
commit a112f8acb6
3 changed files with 5 additions and 1 deletions
@@ -573,7 +573,8 @@ abstract class KotlinIrLinker(
}
}
symbolTable.noUnboundLeft("unbound after fake overrides:")
// TODO: fix IrPluginContext to make it not produce additional external reference
// symbolTable.noUnboundLeft("unbound after fake overrides:")
}
// The issue here is that an expect can not trigger its actual deserialization by reachability