aboutsummaryrefslogtreecommitdiff
path: root/src/scala/annotation/internal/Alias.scala
Commit message (Collapse)AuthorAgeFilesLines
* separate lib from compilerFelix Mulder2016-11-221-10/+0
|
* Move files out of the dotty packageMartin Odersky2016-10-201-0/+10
- Remove unused classes Pair and Singleton. - Move classes from dotty.annotation.internal to scala.annotation.internal. The only classes remaining now are in dotty.runtime and DottyPredef. We should probably do something about them as well at some point.