summary refs log tree commit diff stats
path: root/tests/generics/tparam_binding.nim
Commit message (Collapse)AuthorAgeFilesLines
* make tests green againAndreas Rumpf2018-07-051-1/+1
|
* make more tests greenAraq2018-02-101-1/+1
|
* 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