We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2ffb5 commit fe4478bCopy full SHA for fe4478b
scaladoc/src/dotty/tools/scaladoc/tasty/ClassLikeSupport.scala
@@ -66,7 +66,7 @@ trait ClassLikeSupport:
66
): Member =
67
def unpackTreeToClassDef(tree: Tree): ClassDef =
68
def unpackApply(a: Apply) =
69
- a.symbol.owner.tree.symbol.tree match
+ a.symbol.owner.tree match
70
case tree: ClassDef => tree
71
72
tree match
0 commit comments