summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI_5054.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI_5054.scala')
-rw-r--r--test/scaladoc/resources/SI_5054.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/scaladoc/resources/SI_5054.scala b/test/scaladoc/resources/SI_5054.scala
deleted file mode 100644
index 17167303e4..0000000000
--- a/test/scaladoc/resources/SI_5054.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-class SI_5054 {
-
- /**
- * A simple comment
- *
- * @param lost a lost parameter
- * @usecase def test(): Int
- */
- def test(implicit lost: Int): Int = lost
-} \ No newline at end of file