aboutsummaryrefslogtreecommitdiff
path: root/library/test
Commit message (Collapse)AuthorAgeFilesLines
* dotty.ShowTests: fix cyclic references involving implicit valuesGuillaume Martres2017-01-281-2/+2
| | | | | | | | As reportd by dotty (same thing with showShop): cyclic reference involving implicit value showCar This happens when the right hand-side of value showCar's definition involves an implicit search. To avoid the error, give value showCar an explicit type.
* Get rid of nesting implicitsFelix Mulder2016-11-301-7/+1
|
* Fix `Option[Nothing]` showFelix Mulder2016-11-301-2/+1
|
* Add basic Show capabilityFelix Mulder2016-11-301-0/+76