summaryrefslogtreecommitdiff
path: root/test/files/pos/t8187.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8187 api#Symbol.name now has precise typeEugene Burmako2014-02-141-0/+6
I don’t remember why we didn’t have written it as `def name: NameType` in the first place (probably because of path-dependent bugs that were popping up every now and then when we were developing the first version of reflection API), but now there are definitely no obstacles to that.