[IR] Mark IrBlockBodyImpl with an opt-in annotation
KT-59318
This commit is contained in:
committed by
Space Team
parent
f482b6a458
commit
2096d22e18
+1
-1
@@ -193,7 +193,7 @@ class ComposeLikeDefaultArgumentRewriter(
|
||||
}
|
||||
}
|
||||
|
||||
declaration.body = IrBlockBodyImpl(
|
||||
declaration.body = context.irFactory.createBlockBody(
|
||||
body.startOffset,
|
||||
body.endOffset,
|
||||
listOf(
|
||||
|
||||
Reference in New Issue
Block a user