aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1568.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1568 - avoid transforming error treesMartin Odersky2017-02-021-0/+3
If a tree has type error, subtrees may not have an assigned type. Therefore we should avoid transforming such trees.