Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Sep 17, 2012
1 parent c30a9bd commit d745bd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ abstract class ExtensionMethods extends Transform with TypingTransformers {
case Template(_, _, _) =>
if (currentOwner.isDerivedValueClass) {
/* This is currently redundant since value classes may not
wrap over other value classes anyway.
checkNonCyclic(currentOwner.pos, Set(), currentOwner) */
extensionDefs(currentOwner.companionModule) = new mutable.ListBuffer[Tree]
currentOwner.primaryConstructor.makeNotPrivate(NoSymbol)
Expand Down

0 comments on commit d745bd2

Please sign in to comment.