summary refs log tree commit diff stats
path: root/tests/generics/t5570.nim
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 3 of ∞: generics) (#9347)Miran2018-10-141-27/+0
| | | | | | | | | | | | * merge generics issues tests * merge tgeneric * merge test with local imports * merge tcan tests * merge matcher tests * more issue tests merged * one more tcan test * merge various small tests into one file * add a test for #3717
* Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-081-0/+27
A more efficient implementation is possible by restoring the old lifting ot tyGenericInvocation to tyGenericInst in liftTypeParam, but this fix will suffice for now. fixes #5087 fixes #5602 fixes #5641 fixes #5570