summaryrefslogtreecommitdiff
path: root/test/pending/run/reify_newimpl_09c.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6342 cleans up toolbox APIEugene Burmako2012-09-151-1/+1
| | | | | | 1) parseExpr => parse 2) runExpr => eval 3) Introduces compile(Tree): () => Any, since it has frequent uses
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-0/+20
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