JVM IR: Avoid IrComposite in ReturnableBlockLowering (KT-53202)
This commit is contained in:
committed by
Alexander Udalov
parent
c974ff8965
commit
03aee58585
@@ -0,0 +1,10 @@
|
||||
fun box(): String {
|
||||
val a = ""
|
||||
|
||||
val c = fun(): String {
|
||||
if (a != "") return "Fail"
|
||||
return "OK"
|
||||
}.invoke()
|
||||
|
||||
return c
|
||||
}
|
||||
Reference in New Issue
Block a user