[IR, JS] Refactoring: Introduce JsUnlinkedDeclarationsSupport
^KT-50775
This commit is contained in:
+2
-2
@@ -322,8 +322,8 @@ internal class KonanIrLinker(
|
||||
private val cachedLibraries: CachedLibraries,
|
||||
private val lazyIrForCaches: Boolean,
|
||||
override val userVisibleIrModulesSupport: UserVisibleIrModulesSupport,
|
||||
allowUnboundSymbols: Boolean
|
||||
) : KotlinIrLinker(currentModule, messageLogger, builtIns, symbolTable, exportedDependencies, allowUnboundSymbols) {
|
||||
allowUnboundSymbols: Boolean // TODO
|
||||
) : KotlinIrLinker(currentModule, messageLogger, builtIns, symbolTable, exportedDependencies) {
|
||||
|
||||
companion object {
|
||||
private val C_NAMES_NAME = Name.identifier("cnames")
|
||||
|
||||
Reference in New Issue
Block a user