summary refs log tree commit diff stats
path: root/tests/effects/tfuncs_cannot_mutate2.nim
Commit message (Collapse)AuthorAgeFilesLines
* make strict funcs analysis smarter (#18219)Andreas Rumpf2021-06-091-0/+27
* 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>