summaryrefslogtreecommitdiff
path: root/test/files/neg/class-of-double-targs.check
Commit message (Collapse)AuthorAgeFilesLines
* Handle TypeApply(fun, ...) for symbol-less funsJason Zaugg2013-11-211-0/+4
Such as class literals, as one could conjure in `classOf[Int][Int]` Before, this would crash with a `NullPointerException`