summary refs log tree commit diff stats
path: root/tests/generics/tmapping_generic_alias.nim
Commit message (Collapse)AuthorAgeFilesLines
* Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-081-0/+28
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