IR: cleanup expression implementations
Remove unused constructors with descriptors, minimize usages of secondary constructors and make some properties non-lateinit, fix some inspections.
This commit is contained in:
+2
-2
@@ -92,9 +92,9 @@ class JsSuspendFunctionsLowering(ctx: JsIrBackendContext) : AbstractSuspendFunct
|
||||
body.endOffset,
|
||||
unit,
|
||||
COROUTINE_ROOT_LOOP,
|
||||
rootTry,
|
||||
JsIrBuilder.buildBoolean(context.irBuiltIns.booleanType, true)
|
||||
).also {
|
||||
it.condition = JsIrBuilder.buildBoolean(context.irBuiltIns.booleanType, true)
|
||||
it.body = rootTry
|
||||
it.label = "\$sm"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user