[JVM_IR] Move variables out of IrInlinedFunctionBlock on MFVC lowering
Variables in `IrInlinedFunctionBlock` declared before the composite blocks with arguments evaluation may lead to error on codegen while processing `IrInlinedFunctionBlock`. ^KT-58779: Fixed
This commit is contained in:
committed by
Space Team
parent
4f1d181c88
commit
b8b8b7fd3a
@@ -2,7 +2,6 @@
|
||||
// WITH_STDLIB
|
||||
// WITH_COROUTINES
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_INLINER: IR
|
||||
// LANGUAGE: +ValueClasses
|
||||
// FIR_IDENTICAL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user