[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:
vladislav.grechko
2023-06-13 14:55:53 +02:00
committed by Space Team
parent 4f1d181c88
commit b8b8b7fd3a
2 changed files with 7 additions and 1 deletions
@@ -2,7 +2,6 @@
// WITH_STDLIB
// WITH_COROUTINES
// TARGET_BACKEND: JVM_IR
// IGNORE_INLINER: IR
// LANGUAGE: +ValueClasses
// FIR_IDENTICAL