summaryrefslogtreecommitdiff
path: root/test/files/neg/t6539/Test_2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Refine @compileTimeOnlyJason Zaugg2012-11-081-5/+5
| | | | | | | | | | - Don't default the message, and show it exclusively. - Fix cut-and-pasto in the @since tag - Be tolerant if the annotaion class is missing, as seems to have been the case compiling the continuations plugin. - s/\t/ / in the test file to show the errors are positioned correctly. - Use defensive getOrElse
* SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-061-0/+6
Motivated by the `.value` method in the SBT task-syntax branch, which should only be called within the context of the argument to a setting initialization macro. The facility is akin to a fatal deprecation.