summaryrefslogtreecommitdiff
path: root/test/files/neg/compile-time-only-a.scala
Commit message (Collapse)AuthorAgeFilesLines
* streamlines refchecking undesired symbol propertiesEugene Burmako2013-12-091-0/+19
| | | | | | Unifies `checkDeprecated`, `checkMigration` and `checkCompileTimeOnly` into a single centralized point of reference that is now consistently called from `checkTypeRef`, `transformIdent` and `transformSelect`.
* moves compileTimeOnly to scala-libraryEugene Burmako2013-08-141-0/+57
This is the notion that's come to be universally useful, so I suggest we promote it to be universally accessible. Note that the attached test incorrectly fails to report errors for definitions coming from the empty package and for annotations. These are bugs, and they are fixed in subsequent commits of this pull request.