aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/Labels.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add spaces around + in tests.Dmitry Petrashko2015-04-091-2/+2
|
* Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-091-4/+4
|
* Handle boxing inside labels, jump back to box.Dmitry Petrashko2015-03-181-0/+17
| | | | | Erasure inserts boxing and unboxing of label returned values, ignoring the fact that some labels do not return. Now this is taken into account also inside labels which refer labels themselves
* Label test with nested cycles and simple patterns.Dmitry Petrashko2014-12-161-0/+21