From cd176fa7dea4cb68799c6584d783e7718e4c3d57 Mon Sep 17 00:00:00 2001 From: Cary Robbins Date: Sat, 21 Apr 2018 01:14:32 -0500 Subject: [PATCH] Fix scaladoc error Error was: Variable 1 undefined in comment for method opsClsParent in trait NewTypeCompatMacros --- .../io/estatico/newtype/macros/NewTypeCompatMacros.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/main/scala_2.10/io/estatico/newtype/macros/NewTypeCompatMacros.scala b/shared/src/main/scala_2.10/io/estatico/newtype/macros/NewTypeCompatMacros.scala index 96fe374..5278bb0 100644 --- a/shared/src/main/scala_2.10/io/estatico/newtype/macros/NewTypeCompatMacros.scala +++ b/shared/src/main/scala_2.10/io/estatico/newtype/macros/NewTypeCompatMacros.scala @@ -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 * }}}