summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/implicits-shadowing-res.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| | | | | | | | | | | | | This commit corrects many typos found in scaladocs, comments and documentation. It should reduce a bit number of PRs which fix one typo. There are no changes in the 'real' code except one corrected name of a JUnit test method and some error messages in exceptions. In the case of typos in other method or field names etc., I just skipped them. Obviously this commit doesn't fix all existing typos. I just generated in IntelliJ the list of potential typos and looked through it quickly.
* Reimplemented shadowing between class membersVlad Ureche2012-04-141-0/+64
and implicit pimped on members. Thanks to Lukas for pointing it out!