Skip to content

Commit

Permalink
Fix usage of removed Type
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Jun 3, 2024
1 parent 77696ff commit ab7d189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data class TypeOfExpr(
@SerialName("InstanceOfExpr")
data class InstanceOfExpr(
val arg: Value,
val checkType: Type,
val checkType: String,
) : Expr {
override val type: String
get() = "boolean"
Expand Down

0 comments on commit ab7d189

Please sign in to comment.