[WasmJs] Prohibit external classes to be a storage of an associated objects
Fix #KT-65355
This commit is contained in:
+2
-2
@@ -678,6 +678,8 @@ val loweringList = listOf(
|
||||
|
||||
wasmStringSwitchOptimizerLowering,
|
||||
|
||||
associatedObjectsLowering,
|
||||
|
||||
complexExternalDeclarationsToTopLevelFunctionsLowering,
|
||||
complexExternalDeclarationsUsagesLowering,
|
||||
|
||||
@@ -724,8 +726,6 @@ val loweringList = listOf(
|
||||
eraseVirtualDispatchReceiverParametersTypes,
|
||||
bridgesConstructionPhase,
|
||||
|
||||
associatedObjectsLowering,
|
||||
|
||||
objectDeclarationLoweringPhase,
|
||||
genericReturnTypeLowering,
|
||||
unitToVoidLowering,
|
||||
|
||||
Reference in New Issue
Block a user