mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-07 05:57:26 +00:00
* make strict funcs analysis smarter: varParam[i] = v is different from varParam[i][] = v * added a test case * Update compiler/varpartitions.nim Co-authored-by: Clyybber <darkmine956@gmail.com>