summaryrefslogtreecommitdiff
path: root/test/files/run/bug1048.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-21/+0
|
* Bounded wildcard types arising during pattern t...Paul Phillips2011-07-131-0/+21
Bounded wildcard types arising during pattern type inference can cause unnecessary crashes. Closes #1048, review by odersky.