aboutsummaryrefslogtreecommitdiff
path: root/tests/run/implicitFuns.scala
Commit message (Collapse)AuthorAgeFilesLines
* Drop Override flag for non-overriding direct methodsMartin Odersky2016-12-171-1/+5
| | | | Also, integrate Jason's test case with the conditional.
* New ShortcutImplicits phaseMartin Odersky2016-12-171-0/+44
| | | | | Optimizes implicit closures by avoiding closure creation where possible.
* More tests and starting a blog postMartin Odersky2016-12-171-1/+118
|
* Enrich test caseMartin Odersky2016-12-171-0/+41
| | | | | Run a typical dotty compiler scenario with implicit contexts.
* Create implicit closures to math expected implicit functionsMartin Odersky2016-12-171-0/+55
When the expected type is an implicit function, create an implicit closure to match it.