IR: make IrDeclarationReference and subtypes classes
This commit is contained in:
+1
-1
@@ -511,7 +511,7 @@ class FunctionInlining(
|
||||
private class IrGetValueWithoutLocation(
|
||||
override val symbol: IrValueSymbol,
|
||||
override val origin: IrStatementOrigin? = null
|
||||
) : IrExpressionBase(), IrGetValue {
|
||||
) : IrGetValue() {
|
||||
override val startOffset: Int get() = UNDEFINED_OFFSET
|
||||
override val endOffset: Int get() = UNDEFINED_OFFSET
|
||||
|
||||
|
||||
Reference in New Issue
Block a user