Skip to content

Commit fe4478b

Browse files
committed
remove unnecessary .symbol.tree
1 parent 0d2ffb5 commit fe4478b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/tasty/ClassLikeSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ trait ClassLikeSupport:
6666
): Member =
6767
def unpackTreeToClassDef(tree: Tree): ClassDef =
6868
def unpackApply(a: Apply) =
69-
a.symbol.owner.tree.symbol.tree match
69+
a.symbol.owner.tree match
7070
case tree: ClassDef => tree
7171

7272
tree match

0 commit comments

Comments
 (0)