summaryrefslogtreecommitdiff
path: root/test/files/pos/t5359.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with higher-order type params.Paul Phillips2012-01-051-0/+17
I think I found an issue underlying more than one bit of sketchy behavior amongst CC[_] and friends. Plus, I managed to initialize TypeConstraints with the bounds of the originating type parameter. I feel like that should cause something nifty to happen somewhere, but I have seen neither confetti nor lasers in greater quantities than I usually do. Will keep my remaining eye out. Closes SI-5359, review by @moors.