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 ba8aae3 commit 94a8cd9Copy full SHA for 94a8cd9
scaladoc/test/dotty/tools/scaladoc/tasty/comments/MemberLookupTests.scala
@@ -104,8 +104,11 @@ 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