aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/uncheckedBounds
Commit message (Collapse)AuthorAgeFilesLines
* Use @uncheckedBounds to avoid introducing refchecks errorsJason Zaugg2013-08-221-0/+57
... in code that would otherwise have smuggled through these slack LUBs in the types of trees but never in a TypeTree. More details in SI-7694. Fixes #29