summaryrefslogtreecommitdiff
path: root/test/files/neg/t6829.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-241-0/+64
Have to intercept trees which have a null type due to errors before they leave the warm confines of 'def typed' because from that point everything assumes tree.tpe != null.