summaryrefslogtreecommitdiff
path: root/test/files/neg/t10097.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-10097 Adapt unless -Xsource:2.13Som Snytt2016-12-141-2/+2
| | | | | | For 2.12 migration, insert missing case class param section, strip caseaccessor from implicit paramsection, and deprecate the adaptation.
* SI-8704 Error on bad implicit sectionsSom Snytt2016-12-141-1/+7
| | | | | | | Instead of aborting when a class def has extra parameter section, take all parameter sections and sanity check the use of leading implicit to indicate an implicit parameter section.
* SI-10097 Error if no non-implicit case class paramSom Snytt2016-12-141-0/+4
Case class must have a non-implicit param list. Error early, error often. Also update spec to say that class implicitly gets a non-implicit parameter section if it doesn't have one, and that a case class must have one.