Is there a simple way to go from a IrClass or IrCl...
# compiler
a
Is there a simple way to go from a IrClass or IrClassSymbol into an IrExpression representing the KClass of said IrClass/IrClassSymbol? (another way to put this is, how do I create a
T::class
expression from an IrClass/IrClassSymbol?)
s
Easiest way to find out - dump IR with your expression and check the types/shape
👍 1
n
If I remember correctly, it's called IrClassReference/IrClassReferenceImpl