summary refs log tree commit diff stats
path: root/tests/run/tvtable.nim
Commit message (Collapse)AuthorAgeFilesLines
* Improved support for nkSymChoices in type coercionsZahary Karadjov2012-10-151-0/+74
For example, this allows you to pick up a proc with a specific signature from an overload set. bugfix: nimrod generated invalid code when a RVO function had a single compile-time param bugfix: nkHiddenDerefs were not neutralised properly for indirect proc calls