Revert "[EE-IR] Minor: run local function patching on all fragment code"
This reverts commit 722d876675.
Unfortunately, this commit breaks debugger tests in intellij part
This commit is contained in:
+2
@@ -55,6 +55,8 @@ internal class FragmentLocalFunctionPatchLowering(
|
||||
}
|
||||
|
||||
override fun visitSimpleFunction(declaration: IrSimpleFunction): IrStatement {
|
||||
if (declaration.name.asString() != GENERATED_FUNCTION_NAME) return declaration
|
||||
|
||||
declaration.body!!.transformChildrenVoid(object : IrElementTransformerVoidWithContext() {
|
||||
override fun visitCall(expression: IrCall): IrExpression {
|
||||
expression.transformChildrenVoid(this)
|
||||
|
||||
Reference in New Issue
Block a user