[PL] Fix: Don't try to implement non-implemented fake overrides in stdlib & co

This commit is contained in:
Dmitriy Dolovov
2023-04-16 22:01:18 +02:00
committed by Space Team
parent dd8eedb8da
commit 997b6e6722
9 changed files with 37 additions and 10 deletions
@@ -45,7 +45,7 @@ class JsIrLinker(
mangler = JsManglerIr,
typeSystem = IrTypeSystemContextImpl(builtIns),
friendModules = friendModules,
partialLinkageEnabled = partialLinkageSupport.isEnabled
partialLinkageSupport = partialLinkageSupport
)
override fun isBuiltInModule(moduleDescriptor: ModuleDescriptor): Boolean =