summaryrefslogtreecommitdiff
path: root/test/disabled/run/t2886.scala
Commit message (Collapse)AuthorAgeFilesLines
* New reification code for symbols and types.Martin Odersky2011-08-231-0/+7
|
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-7/+0
| | | | | | | | LiftCode works again, now integrated with new reflection library. Other changes: def Literal(x: Any) has been deprecated, and all its uses removed. Modifiers has lost positions as fourth case class argument; is now a field, mirroring Tree.pos (this removes junk in patterns and makes reification simpler). Review by extempore.
* Disabled all the old scala.reflect._ tests whic...Paul Phillips2011-07-291-0/+7
Disabled all the old scala.reflect._ tests which are now crash-failing, no review.