summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidusage-presuper.check
Commit message (Collapse)AuthorAgeFilesLines
* deprecate early type defsDen Shabalin2013-08-281-1/+1
| | | | | | This feature is neither properly supported by Scala compiler nor a part of the language spec and therefore should be removed. Due to source compatiblity with 2.10 we need to deprecate it first.
* refactors macro testsEugene Burmako2013-05-281-0/+4
putting in a nutshell, this patch: * condenses some macro-XXX-a/b/c/... bundles * renames some tests to prepare for other macro flavors * introduces some additional tests