summaryrefslogtreecommitdiff
path: root/test/files/run/t6394b.flags
Commit message (Collapse)AuthorAgeFilesLines
* fixes NameTypes in base namesEugene Burmako2012-09-191-0/+1
NameType is introduced in base.StandardNames#NamesBase to abstract away the difference between term names and type names in order to encode common names such as EMPTY or WILDCARD. Flavor-specific name repositories, such as TermNames and TypeNames are supposed to override NameType fixing it to correspondingly TermName or TypeName. Unfortunately I completely overlooked this and as a result some standard names were typed with insufficient precision, e.g. This(tpnme.EMPTY) didn't work.