Skip to content

Commit

Permalink
Fix scaladoc error
Browse files Browse the repository at this point in the history
Error was: Variable 1 undefined in comment for method opsClsParent in trait NewTypeCompatMacros
  • Loading branch information
carymrobbins committed Apr 21, 2018
1 parent 224a34e commit cd176fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait NewTypeCompatMacros {
* doesn't work in Scala 2.10 -
* {{{
* error: ambiguous reference to overloaded definition,
* both method == in class Object of type (x$1: AnyRef)Boolean
* both method == in class Object of type (x: AnyRef)Boolean
* and method == in class Int of type (x: Double)Boolean
* match argument types (Int with Tag) and expected result type Boolean
* }}}
Expand Down

0 comments on commit cd176fa

Please sign in to comment.