dlang-community / dsymbol

Basic symbol lookup/resolution for libdparse (Deprecated, see link)
https://github.com/dlang-community/DCD/tree/master/dsymbol
Boost Software License 1.0
16 stars 19 forks source link

Fix void[] initializer and test for it #170

Closed WebFreak001 closed 3 years ago

WebFreak001 commented 3 years ago

variable was never inserted, so test didn't fail because there was no check that all variables have been covered.

WebFreak001 commented 3 years ago

fixes

auto x = [];
x.

not recognizing x as a variable or anything that can be auto completed