[PL] Fix: Don't try to implement non-implemented fake overrides in stdlib & co
This commit is contained in:
committed by
Space Team
parent
dd8eedb8da
commit
997b6e6722
+1
-1
@@ -45,7 +45,7 @@ class JsIrLinker(
|
||||
mangler = JsManglerIr,
|
||||
typeSystem = IrTypeSystemContextImpl(builtIns),
|
||||
friendModules = friendModules,
|
||||
partialLinkageEnabled = partialLinkageSupport.isEnabled
|
||||
partialLinkageSupport = partialLinkageSupport
|
||||
)
|
||||
|
||||
override fun isBuiltInModule(moduleDescriptor: ModuleDescriptor): Boolean =
|
||||
|
||||
Reference in New Issue
Block a user