aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/nopredef.scala
Commit message (Collapse)AuthorAgeFilesLines
* New phase for entering annotationsMartin Odersky2016-12-011-0/+5
If we want to do annotation macros right, we need to add annotations before completing definitions. This commit achieves that by adding a new "phase" between index and typecheck.