summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI_5054_q6.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI_5054_q6.scala')
-rw-r--r--test/scaladoc/resources/SI_5054_q6.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI_5054_q6.scala b/test/scaladoc/resources/SI_5054_q6.scala
new file mode 100644
index 0000000000..607be654a5
--- /dev/null
+++ b/test/scaladoc/resources/SI_5054_q6.scala
@@ -0,0 +1,9 @@
+trait SI_5054_q6 {
+ /**
+ * A simple comment
+ *
+ * @param lost a lost parameter
+ * @usecase def test(): Int
+ */
+ def test(implicit lost: Int): Int
+}