Skip to content

Commit

Permalink
misc: make object value non-sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
jumanji144 committed Jun 17, 2024
1 parent 3db094e commit a227561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ record VoidValue() implements ObjectValue {
}

/** Value of object content. */
sealed interface ObjectValue extends Value {
non-sealed interface ObjectValue extends Value {
/**
* @return Value's type.
*/
Expand Down

0 comments on commit a227561

Please sign in to comment.