summaryrefslogtreecommitdiff
path: root/test/pending/run/t5334_1.scala
Commit message (Collapse)AuthorAgeFilesLines
* enables reification of anonymous classesEugene Burmako2012-06-181-0/+9
|
* Fixes https://issues.scala-lang.org/browse/SI-5334Eugene Burmako2012-02-051-15/+0
| | | | | | | | | | | New version of reification isn't susceptible to this bug. The problem was with Code.lift generating not only a tree, but also a manifest with the type of that tree. That led to an issue in the case of the type of the manifest depending on a class declared inside the quasiquote. Now manifests in reification are gone, so is the problem.
* Tests for recently submitted SI-5334Eugene Burmako2011-12-231-0/+15