summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_wrongarity2.check
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug1188Adriaan Moors2007-06-201-3/+12
| | | | | | | | | | | fix kind-checking in adapt: it checked tree.symbol.typeParams, which makes m[t] look like a higher-kinded type, even though it's of kind * (the symbol doesn't know about the application to t)... now using tree.tpe.typeParams removed check for tree.hasSymbol (TypeTree's must also be checked, and they don't directly have a symbol) replaced tree.symbol by tree.tpe.symbol
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-061-0/+4
adding test files from tcpoly branch without history -- much faster this way, sorry