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 8d6b500 commit 48bdea9Copy full SHA for 48bdea9
scaladoc/test/dotty/tools/scaladoc/tasty/comments/MemberLookupTests.scala
@@ -104,11 +104,8 @@ class LookupTestCases[Q <: Quotes](val q: Quotes) {
104
105
cls("tests.inner.B") -> "A" -> cls("tests.inner.A$"),
106
107
-<<<<<<< HEAD
108
cls("tests.B$") -> "foo" -> cls("tests.BModule").fun("foo"),
109
110
-=======
111
->>>>>>> 1c58b4062f (Fix #11307 - look up definitions in packages as well)
112
cls("tests.D") -> "foo" -> cls("tests.package$").fld("foo"),
113
cls("tests.D") -> "bar" -> cls("tests.tests$package$").fld("bar"),
114
cls("tests.inner.A$") -> "foo" -> cls("tests.package$").fld("foo"),
0 commit comments