summary refs log tree commit diff stats
path: root/tests/arc/t19435.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: ↵flywind2022-04-251-0/+29
1.6] (#19723) * fix #19435; openArray wronyly registers typebounds * add testcase * don't create TypeBoundOps for tyOpenArray, tyVarargs