Skip to content

Commit

Permalink
fix(semantic): attach type when constructing logical expressions (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsternberg authored May 23, 2022
1 parent edd88aa commit 773519e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions semantic/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func ExprsToConjunction(exprs ...Expression) Expression {
Left: expr,
Right: e,
Operator: ast.AndOperator,
typ: BasicBool,
}
}

Expand Down

0 comments on commit 773519e

Please sign in to comment.