Skip to content

Commit 48bdea9

Browse files
abgruszeckimichelou
authored andcommitted
Fix scala#11307 - look up definitions in packages as well
1 parent 8d6b500 commit 48bdea9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scaladoc/test/dotty/tools/scaladoc/tasty/comments/MemberLookupTests.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,8 @@ class LookupTestCases[Q <: Quotes](val q: Quotes) {
104104

105105
cls("tests.inner.B") -> "A" -> cls("tests.inner.A$"),
106106

107-
<<<<<<< HEAD
108107
cls("tests.B$") -> "foo" -> cls("tests.BModule").fun("foo"),
109108

110-
=======
111-
>>>>>>> 1c58b4062f (Fix #11307 - look up definitions in packages as well)
112109
cls("tests.D") -> "foo" -> cls("tests.package$").fld("foo"),
113110
cls("tests.D") -> "bar" -> cls("tests.tests$package$").fld("bar"),
114111
cls("tests.inner.A$") -> "foo" -> cls("tests.package$").fld("foo"),

0 commit comments

Comments
 (0)