aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/scala/async/run/uncheckedBounds
Commit message (Collapse)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-2/+2
|
* drop support for Scala 2.11 as of 0.10.0Seth Tisue2018-05-011-24/+2
| | | | also upgrade Scala 2.12.4 -> 2.12.6
* 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