aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/ast/Positioned.scala
Commit message (Collapse)AuthorAgeFilesLines
* Positioned#initialPos: Union the position of every childrenGuillaume Martres2017-02-051-0/+2
| | | | | | Previously we missed some children, one consequence of this is that the position of the typed tree corresponding to the lambda "z => 1" did not contain the position of "z".
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+213