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