---
source: crates/tinymist-query/src/analysis.rs
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/lexical_hierarchy/dict.typ
---
{
"x@17..18@s0.typ": {
"def": {
"kind": {
"Var": "Variable"
},
"name": "x",
"range": "17:18"
},
"refs": []
},
"z@5..6@s0.typ": {
"def": {
"kind": {
"Var": "Variable"
},
"name": "z",
"range": "5:6"
},
"refs": [
"z@28..29",
"z@40..41"
]
}
}