summaryrefslogtreecommitdiff
path: root/test/files/run/reify-aliases.scala
Commit message (Collapse)AuthorAgeFilesLines
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-0/+5
this uncovers a bug in toolboxes: https://issues.scala-lang.org/browse/SI-6007 however that bug is not critical, so it will be dealt with later