Fix expansion of row condition implied it (#4795)

This commit is contained in:
JT 2022-03-09 08:05:03 -05:00 committed by GitHub
parent 0835073d85
commit 8fcf51908a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1752,7 +1752,7 @@ pub fn parse_full_cell_path(
(
Expression {
expr: Expr::Var(var_id),
span,
span: Span::new(0, 0),
ty: Type::Unknown,
custom_completion: None,
},