Alexander Ioffe
12/25/2023, 7:11 AMDeclarationIrBuilder.irGetObjectValue
but I don't know how to produce the IrType and IrClassSymbol. Is there a way to get those if I have a full-path string to the object I'm trying to access?shikasd
12/25/2023, 1:17 PMpluginContext.referenceClass
to resolve symbol and then class.defaultType to get the typeAlexander Ioffe
12/25/2023, 6:17 PM