Skip to content

Commit

Permalink
Fix parameter name in Scaladoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed May 14, 2015
1 parent 0fde1ac commit 275b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotty/tools/dotc/ast/Desugar.scala
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ object desugar {
* trait <refinement> extends C { this: T1 => type T <: A }
*
* The result of this method is used for validity checking, is thrown away afterwards.
* @param parentType The type of `parent`
* @param parent The type of `parent`
*/
def refinedTypeToClass(parent: tpd.Tree, refinements: List[Tree])(implicit ctx: Context): TypeDef = {
def stripToCore(tp: Type): List[Type] = tp match {
Expand Down

0 comments on commit 275b2c3

Please sign in to comment.