aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/1567
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1567: Widen private constructor in value classMartin Odersky2016-10-142-0/+9
Private or protected constructors of value classes need to be widenened to public in order to enable boxing anywhere. Technically we should also do something about qualified private constructors, but since we want to get rid of them anyway it's urgent.