summaryrefslogtreecommitdiff
path: root/test/files/neg/raw-types-stubs
Commit message (Collapse)AuthorAgeFilesLines
* Print raw types correctly.Paul Phillips2013-05-263-0/+8
The "For convenience, these are usable as stub implementations" bit has generated surprisingly few angry letters, but I noticed today it blows it on raw types. Or, used to blow it. /** As seen from class Sub, the missing signatures are as follows. * For convenience, these are usable as stub implementations. * (First one before this commitw as 'def raw(x$1: M_1)' */ def raw(x$1: M_1[_ <: String]): Unit = ??? def raw(x$1: Any): Unit = ???