IR: refuse to copy classes in InitializersLowering
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ private val initializersLoweringPhase = makeWasmModulePhase(
|
||||
::InitializersLowering,
|
||||
name = "InitializersLowering",
|
||||
description = "Merge init block and field initializers into [primary] constructor",
|
||||
prerequisite = setOf(primaryConstructorLoweringPhase)
|
||||
prerequisite = setOf(primaryConstructorLoweringPhase, localClassExtractionPhase)
|
||||
)
|
||||
|
||||
private val initializersCleanupLoweringPhase = makeWasmModulePhase(
|
||||
|
||||
Reference in New Issue
Block a user