Skip to content

Commit afdeaa2

Browse files
committed
move
1 parent 21bd490 commit afdeaa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scaladoc/src/dotty/tools/scaladoc/tasty/comments/MemberLookup.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ trait MemberLookup {
7272
case query =>
7373
val ql = query.asList
7474
toplevelLookup(ql)
75-
.orElse(downwardLookup(ql, nearestPkg))
7675
.orElse(relativeLookup(ql, nearest))
76+
.orElse(downwardLookup(ql, nearestPkg))
7777
.map(memberLookupResult(_, query.join, _))
7878
}
7979

0 commit comments

Comments
 (0)