[IR] Mark IrBlockBodyImpl with an opt-in annotation

KT-59318
This commit is contained in:
Sergej Jaskiewicz
2023-12-07 19:23:45 +01:00
committed by Space Team
parent f482b6a458
commit 2096d22e18
12 changed files with 26 additions and 20 deletions
@@ -193,7 +193,7 @@ class ComposeLikeDefaultArgumentRewriter(
}
}
declaration.body = IrBlockBodyImpl(
declaration.body = context.irFactory.createBlockBody(
body.startOffset,
body.endOffset,
listOf(