summaryrefslogtreecommitdiff
path: root/test/files/run/bug2308a.check
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-1/+0
|
* When TypeVars were given higher-order abilities...Paul Phillips2011-06-201-0/+1
When TypeVars were given higher-order abilities, so too should have been WildcardType, which acts as a plceholder for typevars. Always inflicting arguments upon it was the cause of #2308. Closes #2308, review by moors.