summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/implicits-known-type-classes.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add Scaladoc flag to specify hidden implicit conversionsingoem2012-08-141-1/+1
|
* Scaladoc: updated type class descriptionsVlad Ureche2012-07-161-0/+33
The known type class descriptions give you a humanly-understandable explanation for [T: TypeClass] in the implicit conversions. For example [T: Integral] will tell you that T must be an integral type such as Integer and co. Now that the reflection dust settled, I can actually add the test to make sure the well-known type classes are intercepted and explanations are given instead of the usual "the type T is context-bounded by TypeClass"