summaryrefslogtreecommitdiff
path: root/test/files/pos/widen-existential.scala
Commit message (Collapse)AuthorAgeFilesLines
* Finished reverting the misbegotten r23262, no r...Paul Phillips2011-05-261-0/+4
| | | | | Finished reverting the misbegotten r23262, no review.
* Fix for failing { val x = classOf[List[_]] } in...Paul Phillips2011-05-231-0/+3
Fix for failing { val x = classOf[List[_]] } introduced by paulp in r23262. I already had this in mind (see comments of #4419) but I was holding back in the runup to 2.9. Closes #4419, review by odersky.