summaryrefslogtreecommitdiff
path: root/test/files/pos/infer2-pos.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-131-1/+1
| | | | This has been deprecated since at least 2.7.7, so it should be good to go.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Cleaning up the contents of test.Paul Phillips2010-09-281-0/+8
including "CheckEither", written against scalacheck 1.2 in the year 471 AD. Removed all the duplicates I could find, mostly between pending and files. Renamed a bunch of tests so they wouldn't look like likely duplicates next time around. Nominated somebody else to do this once in a while. No review.