JVM IR: Avoid IrComposite in ReturnableBlockLowering (KT-53202)
This commit is contained in:
committed by
Alexander Udalov
parent
c974ff8965
commit
03aee58585
+1
-1
@@ -143,7 +143,7 @@ class ReturnableBlockTransformer(val context: CommonBackendContext, val containe
|
||||
newStatements
|
||||
)
|
||||
|
||||
return builder.irComposite(expression, expression.origin) {
|
||||
return builder.irBlock(expression, expression.origin) {
|
||||
+variable
|
||||
+loop
|
||||
+irGet(variable)
|
||||
|
||||
Reference in New Issue
Block a user