Join Slack
Powered by
Newbie questions: how can I get the IrType corresp...
# compiler
f
Federico Tomassetti
06/02/2023, 10:53 AM
Newbie questions: how can I get the IrType corresponding to Unit?
j
Javier
06/02/2023, 11:00 AM
I am on mobile so I can’t check, but irBuiltIns
Javier
06/02/2023, 11:03 AM
Copy code
val unit = context.irBuiltIns.unitType
f
Federico Tomassetti
06/02/2023, 11:04 AM
Thank you!
Open in Slack
Previous
Next