summaryrefslogtreecommitdiff
path: root/test/files/neg/t5148.scala
Commit message (Collapse)AuthorAgeFilesLines
* Closes SI-5148.Hubert Plociniczak2012-06-271-0/+4
Unfortunately we have to wrap transform to catch all the MissingRequirementErrors exceptions (wrapped in TypeErrors). This is because we force the info of the symbol in a couple of places and we would have to catch all/some of them (and remove the duplicates as well which really becomes messy). Review by @axel22.