We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbda25 commit 476a572Copy full SHA for 476a572
scala3doc/test/dotty/dokka/tasty/comments/CommentExpanderTests.scala
@@ -13,10 +13,11 @@ class CommentExpanderTests {
13
qr.Symbol.requiredClass("tests.B").memberMethod("otherMethod").head,
14
"/** This is my foo: Bar, actually. */",
15
)
16
+ /*
17
assertCommentEquals(
18
qr.Symbol.requiredClass("tests.C"),
19
"/** This is foo: Foo expanded. */",
- )
20
+ )*/
21
22
qr.Symbol.requiredModule("tests.O").memberMethod("method").head,
23
"/** This is foo: O's foo. */",
0 commit comments