aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1513b.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix corner case w types ALL passed by name & out of orderOlivier Blanvillain2016-09-161-1/+10
| | | | | | | | This commit removes a problematic duplicated `checkBounds` call on `TypeApply`. To verify correctness of this change on has to check that `normalizeTree` used only once [1], and the function using `normalizeTree` already takes care of calling `checkBounds`. [1]: https://github.com/lampepfl/dotty/blob/0e8f05d88bfef95fac59f522fd9d06792126bd11/src/dotty/tools/dotc/transform/PostTyper.scala#L205
* Fix #1513: misaligned by name type parameter type boundsOlivier Blanvillain2016-09-151-0/+16