summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI-4826.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI-4826.java')
-rw-r--r--test/scaladoc/resources/SI-4826.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI-4826.java b/test/scaladoc/resources/SI-4826.java
index f6ccf886b7..18a1cb86f2 100644
--- a/test/scaladoc/resources/SI-4826.java
+++ b/test/scaladoc/resources/SI-4826.java
@@ -254,6 +254,15 @@ public final class FI {
public boolean defined(Object o);
}
+ /** comment about */
+ /** a comment about */
+ /** a comment */
+ void foo() {}
+
+ /** someone forgot to uncomment */
+ //void thisMethod() {}
+ /** and also this */
+ //void otherMethod() {}
}
/**