summary refs log tree commit diff stats
path: root/tests/stdlib/tyield.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #9778 (pairs iterator calling a helper proc with tuple return type will ↵flywind2021-09-021-0/+256
cut the iterator yield into half) (#18767) * test someSymFromImportTable * Update compiler/lookups.nim * test nkTupleConstr * use isConstExpr * add tests * add comments and todo * use todo