[JS IR BE] Fix unbound symbols after deserialization
* restore broken psi2ir invariant
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user