toIrGetValue
inline fun IrFunction.toIrGetValue(startOffset: Int = UNDEFINED_OFFSET, endOffset: Int = UNDEFINED_OFFSET, symbol: IrValueSymbol = this.dispatchReceiverParameter!!.symbol, type: IrType = symbol.owner.type, origin: IrStatementOrigin? = null, block: IrGetValueImpl.() -> Unit = {}): IrGetValue
inline fun IrClass.toIrGetValue(startOffset: Int = UNDEFINED_OFFSET, endOffset: Int = UNDEFINED_OFFSET, symbol: IrValueSymbol = this.thisReceiver?.symbol ?: error("${dumpKotlinLike()} has no `thisReceiver`"), block: IrGetValueImpl.() -> Unit = {}): IrGetValue