summary refs log tree commit diff stats
path: root/tests/concepts/t8280.nim
Commit message (Collapse)AuthorAgeFilesLines
* Correctly hash inferred types (#8286)LemonBoy2018-07-121-0/+16
We don't really want to hash the tyInferred container since that'd make the "real" type and its inferred counterpart produce different hashes and types for the very same type. Fixes #8280