summaryrefslogtreecommitdiff
path: root/test/pending/run/t5258c.check
Commit message (Collapse)AuthorAgeFilesLines
* Hardens reification against rare kinds of ConstantsEugene Burmako2012-02-011-0/+1
Importers now correctly process constants that carry types and symbols. However, it is still impossible to reify classOf for a class/trait that is defined inside a quasiquote. Theoretically, this can be implemented, but will require attaching original trees to classOf constants, which needs much more effort.