summary refs log tree commit diff stats
path: root/nimsuggest/tests/tuse_structure.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that field usage preserves the original line info (#19751)Ivan Yonchovski2022-04-291-0/+15
Currently `struct.field` will generate a node with `info` that points to the symbol definition instead of having the actual node location.