[JS IR BE] Make backend be able work with unbound symbols

* Fix array type deserialization
 * Prepare to compilation against klibs
This commit is contained in:
Roman Artemev
2019-02-14 20:01:48 +03:00
committed by romanart
parent 2334ea2742
commit 6863f9e4f3
6 changed files with 47 additions and 42 deletions
@@ -118,7 +118,7 @@ abstract class BasicIrBoxTest(
filesToCompile,
config.configuration,
listOf(FqName((testPackage?.let { "$it." } ?: "") + testFunction)),
CompilationMode.TEST_AGAINST_CACHE,
CompilationMode.TEST_AGAINST_CACHE,//CompilationMode.TEST_AGAINST_KLIB,
dependencies,
runtimeResult,
moduleType = if (isMainModule) ModuleType.MAIN else ModuleType.SECONDARY