aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/jvm/src/dotty/tools/dottydoc/model/internal.scala
diff options
context:
space:
mode:
Diffstat (limited to 'dottydoc/jvm/src/dotty/tools/dottydoc/model/internal.scala')
-rw-r--r--dottydoc/jvm/src/dotty/tools/dottydoc/model/internal.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/dottydoc/jvm/src/dotty/tools/dottydoc/model/internal.scala b/dottydoc/jvm/src/dotty/tools/dottydoc/model/internal.scala
index ec1adfa88..a8756c82a 100644
--- a/dottydoc/jvm/src/dotty/tools/dottydoc/model/internal.scala
+++ b/dottydoc/jvm/src/dotty/tools/dottydoc/model/internal.scala
@@ -65,7 +65,8 @@ object internal {
var returnValue: Reference,
var typeParams: List[String] = Nil,
var paramLists: List[ParamList] = Nil,
- var comment: Option[Comment] = None
+ var comment: Option[Comment] = None,
+ implicitlyAddedFrom: Option[Reference] = None
) extends Def with Impl
final case class ValImpl(
@@ -73,7 +74,8 @@ object internal {
modifiers: List[String],
path: List[String],
var returnValue: Reference,
- var comment: Option[Comment] = None
+ var comment: Option[Comment] = None,
+ implicitlyAddedFrom: Option[Reference] = None
) extends Val with Impl
final case class ParamListImpl(