summaryrefslogtreecommitdiff
path: root/test/files/pos/t1439.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improve unchecked warnings.Paul Phillips2012-07-221-1/+1
| | | | | Spurious test was not good. Better test avoids suppressing some legitimate warnings. Review by @moors.
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-0/+8
|
* Don't issue unchecked warnings on higher-kinded...Paul Phillips2011-06-121-7/+0
| | | | | | Don't issue unchecked warnings on higher-kinded types. Closes #1439, review by moors.
* Began evaluation of the tests in pending, and m...Paul Phillips2009-02-161-0/+7
Began evaluation of the tests in pending, and moved/updated/removed .scala and .check files as warranted.