summaryrefslogtreecommitdiff
path: root/test/files/neg/t8731.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-4/+1
| | | | | | This allows annotating small pattern matches with `@switch` without getting any warnings. There's no reason to warn, the performance of the generated bytecode is good.
* SI-8731 warning if @switch is ignoredLukas Rytz2014-10-061-0/+9
For matches with two or fewer cases, @switch is ignored. This should not happen silently.