aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/TreeTransform.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix transformation of inline body annotationsGuillaume Martres2016-11-301-3/+7
| | | | | Previously we replaced them by ConcreteAnnotation so they became regular annotations and could be emitted in some cases. They need to keep being BodyAnnotation.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+1221