summaryrefslogtreecommitdiff
path: root/test/files/neg/t8704.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-8704 Also warn if effectively multiple implicitSom Snytt2016-12-141-0/+1
Current semantics are that leading implicit param turns the parameter section into an implicit section (though without making other params implicitly implicit). Warn if more than one head of a param section is implicit, since that results in multiple implicit param sections.