summary refs log tree commit diff stats
path: root/tests/errmsgs/t23419.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #23419; internal error with void in generic array instantiation (#23550)ringabout2024-05-011-0/+5
fixes #23419 `void` is only supported as fields of objects/tuples. It shouldn't allow void in the array. I didn't merge it with taField because that flag is also used for tyLent, which is allowed in the fields of other types.