[JS IR BE] Fix backend to be able compile test against klib

This commit is contained in:
Roman Artemev
2019-02-19 18:11:00 +03:00
committed by romanart
parent 0ec75f1534
commit b99377fd69
9 changed files with 135 additions and 131 deletions
@@ -65,7 +65,7 @@ class ExternalDependenciesGenerator(
assert(symbolTable.unboundConstructors.isEmpty())
assert(symbolTable.unboundEnumEntries.isEmpty())
assert(symbolTable.unboundFields.isEmpty())
assert(symbolTable.unboundSimpleFunctions.isEmpty())
// assert(symbolTable.unboundSimpleFunctions.isEmpty())
assert(symbolTable.unboundTypeParameters.isEmpty())
}
}