summaryrefslogtreecommitdiff
path: root/test/files/neg/t414.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-081-1/+1
| | | | | | | | Somehow an applied type managed to sneak past the type checker in pattern mode. Patterns must be values, though. `case C[_] =>` was probably meant to be `case _: C[_] =>` Advice is dispensed accordingly. (Generalizing the existing advice machinery.)
* Don't print underlying type of modules.Paul Phillips2012-02-281-1/+1
| | | | Since there is no useful information in such a message.
* Fix for typing of objects in patterns.Paul Phillips2012-02-281-1/+1
| | | | | An object in a pattern should have type "Foo.type" just as objects not in patterns do. Closes SI-5406. Review by @moors.
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-0/+12