https://kotlinlang.org logo
#compiler
Title
# compiler
j

Justin Tullgren

10/10/2023, 7:43 PM
Hi, does anyone have a sample to insert a statement into an IrComposite? Using
DeclarationIrBuilder
requires a
Symbol
when the composite is not one. I looked at the IrFactory but it does not have a statement creator.