[JS IR BE] Support compilation and tests against klib

This commit is contained in:
Roman Artemev
2019-02-19 22:16:36 +03:00
committed by romanart
parent b99377fd69
commit 079f2534c7
15 changed files with 290 additions and 410 deletions
@@ -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())
}
}