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.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI-4826.java b/test/scaladoc/resources/SI-4826.java
index 24454e88b2..f6ccf886b7 100644
--- a/test/scaladoc/resources/SI-4826.java
+++ b/test/scaladoc/resources/SI-4826.java
@@ -92,6 +92,8 @@ public class JavaComments {
* This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
*/
public final class FI {
+
+ /** Doc comment on constructor */
private FI() {
}