vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.5k stars 2.15k forks source link

checker: fix if cond using const with $d() def #21713

Closed felipensp closed 6 days ago

felipensp commented 6 days ago

Fix #21709

spytheman commented 6 days ago

Excellent work.