Convert IntValueSet.Unknown to a data object

Signed-off-by: Graham <gpe@openrs2.org>
master
Graham 3 months ago
parent 65de30ca58
commit 1bb370fd60
  1. 2
      deob-bytecode/src/main/kotlin/org/openrs2/deob/bytecode/analysis/IntValueSet.kt

@ -22,7 +22,7 @@ public sealed class IntValueSet {
}
}
public object Unknown : IntValueSet() {
public data object Unknown : IntValueSet() {
override val singleton: Int?
get() = null

Loading…
Cancel
Save