summary refs log tree commit diff stats
path: root/tests/generics/module_with_generics.nim
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: The compiler were not inserting proper downcasts for generic typesZahary Karadjov2018-05-071-0/+14
This resulted in a codegen error in C++ mode, because the generic types were not defined in modules where calls requiring downcasts were used (generating a downcast forces the inclusion of the full definition of the involved types).