summary refs log tree commit diff stats
path: root/tests/ccgbugs/tsamename3.nim
Commit message (Collapse)AuthorAgeFilesLines
* type with same name in different scope now works (#17710)Timothee Cour2021-04-141-0/+111
* type with same name in different scope now works * fix tests/enum/tenum.nim which was wrong because it was affected by this bug