IR: make IrExpression and subtypes classes
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ data class LoopBounds(val headState: SuspendState, val exitState: SuspendState)
|
||||
|
||||
data class TryState(val tryState: SuspendState, val catchState: SuspendState)
|
||||
|
||||
class IrDispatchPoint(val target: SuspendState) : IrExpressionBase() {
|
||||
class IrDispatchPoint(val target: SuspendState) : IrExpression() {
|
||||
override val startOffset: Int get() = UNDEFINED_OFFSET
|
||||
override val endOffset: Int get() = UNDEFINED_OFFSET
|
||||
|
||||
|
||||
Reference in New Issue
Block a user