Made LateInitLowering the same in K/N as in other BEs
This commit is contained in:
@@ -67,7 +67,7 @@ private val ArrayInlineConstructorLoweringPhase = makeJsPhase(
|
||||
)
|
||||
|
||||
private val LateinitLoweringPhase = makeJsPhase(
|
||||
{ context, module -> LateinitLowering(context, true).lower(module) },
|
||||
{ context, module -> LateinitLowering(context).lower(module) },
|
||||
name = "LateinitLowering",
|
||||
description = "Insert checks for lateinit field references"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user