summaryrefslogtreecommitdiff
path: root/test/files/neg/t10097.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8704 Error on bad implicit sectionsSom Snytt2016-12-141-2/+1
| | | | | | | 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/+5
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.