summary refs log tree commit diff stats
path: root/tests/proc/t23874.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #23869; sink generic typeclass (#23874)Ryan McConnell2024-07-221-0/+26
Still have to look this over some. We'll see. I put sink in this branch simply because I saw `tyVar` there and for no other reason. In any case the problem appears to be coming from `liftParamType` as it removes the `sink` type from the formals. #23869