summary refs log tree commit diff stats
path: root/tests/array/t7818.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #7906, array and openarray arg vs. ptr/ref generic (#7909)andri lim2018-06-041-27/+114
| | | | | | * fixes #7906, array and openarray arg vs. ptr/ref generic * add comment
* fixes #7818, correct internal representation of generic objects array ↵andri lim2018-05-291-0/+45
construction (#7824) * defer skiptypes * defer skiptypes for tyRef & tyPtr * remove unneeded skipTypes