[JS IR BE] Support compilation and tests against klib
This commit is contained in:
+4
-2
@@ -61,11 +61,13 @@ class ExternalDependenciesGenerator(
|
||||
|
||||
deserializer?.declareForwardDeclarations()
|
||||
|
||||
// assert(symbolTable.unboundClasses.isEmpty())
|
||||
if (deserializer != null) return
|
||||
|
||||
assert(symbolTable.unboundClasses.isEmpty())
|
||||
assert(symbolTable.unboundConstructors.isEmpty())
|
||||
assert(symbolTable.unboundEnumEntries.isEmpty())
|
||||
assert(symbolTable.unboundFields.isEmpty())
|
||||
// assert(symbolTable.unboundSimpleFunctions.isEmpty())
|
||||
assert(symbolTable.unboundSimpleFunctions.isEmpty())
|
||||
assert(symbolTable.unboundTypeParameters.isEmpty())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user