[JS IR BE] Fix unbound symbols after deserialization

* restore broken psi2ir invariant
This commit is contained in:
Roman Artemev
2019-03-20 20:13:31 +03:00
committed by romanart
parent 58189c79ca
commit 538512fa2a
3 changed files with 14 additions and 5 deletions
@@ -60,8 +60,6 @@ class ExternalDependenciesGenerator(
deserializer?.declareForwardDeclarations()
if (deserializer != null) return
assertEmpty(symbolTable.unboundClasses, "classes")
assertEmpty(symbolTable.unboundConstructors, "constructors")
assertEmpty(symbolTable.unboundEnumEntries, "enum entries")