aboutsummaryrefslogtreecommitdiff
path: root/test/test/ContravariantTrees.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
|
* Redesign of trees.Martin Odersky2013-07-271-0/+65
1) Trees are now contravariant. 2) All creation ops, transformers, copiers are pushed into Instance. 3) Still to do: integrate TreeMappers and tpd.TreeTransformers.