summaryrefslogtreecommitdiff
path: root/test/files/pos/hk-infer.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* When TypeVars were given higher-order abilities...Paul Phillips2011-06-201-0/+3
| | | | | | | 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.
* Fixed an issue with higher kinded type inferenc...Paul Phillips2011-06-191-0/+34
Fixed an issue with higher kinded type inference on constructors without any help from adriaan. Provisionally notched belt. Wrapped up as many tickets as I added characters of code. Closes SI-3343, SI-4018. Review by moors.