Improve describe to be more accurate (#5116)

This commit is contained in:
JT
2022-04-07 16:34:09 +12:00
committed by GitHub
parent ef1934a7ee
commit 4409185e1b
8 changed files with 168 additions and 148 deletions

View File

@ -18,7 +18,7 @@ impl Expression {
Expression {
expr: Expr::Garbage,
span,
ty: Type::Unknown,
ty: Type::Any,
custom_completion: None,
}
}