summary refs log tree commit diff stats
path: root/tests/generics/tgenerictmpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* fixes #3498Adam Strzelecki2015-10-301-8/+17
| | | | | | | | | Previously it was not possible to use template arguments in template body as the symbols were not resolved correctly leading to Error: undeclared identifier: 'XX', eg.: template defaultOf[T](t: T): expr = (var d: T; d) echo defaultOf(1) #<- invalid identifier, but should output 0
* new tester; all tests categorizedAraq2014-01-131-0/+12