summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-qmarkqmarkqmark.scala
Commit message (Collapse)AuthorAgeFilesLines
* easy way of writing not implemented macrosEugene Burmako2013-05-121-0/+13
Even though it's easy to mark regular method bodies as stubs (using ???), there's no simple way of doing the same for macro methods. This patch fixes the inconvenience.