summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_wrongarity2.scala
Commit message (Collapse)AuthorAgeFilesLines
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* fixed bug1188Adriaan Moors2007-06-201-1/+9
| | | | | | | | | | | 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