summary refs log tree commit diff stats
path: root/tests/method/tmproto.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #2590; methods now require a .base annotationAraq2015-09-061-1/+1
|
* Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-021-0/+25
When method prototypes were involved (e.g. forward declarations for mutual recursion), calls were sometimes dispatched to the wrong method implementation. One of the reasons was that method dispatchers were then not always attached to method ASTs in the correct place.