Newbie questions: how can I get the IrType corresp...
# compiler
f
Newbie questions: how can I get the IrType corresponding to Unit?
j
I am on mobile so I can’t check, but irBuiltIns
Copy code
val unit = context.irBuiltIns.unitType
f
Thank you!