summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI_4589.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI_4589.scala')
-rw-r--r--test/scaladoc/resources/SI_4589.scala11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI_4589.scala b/test/scaladoc/resources/SI_4589.scala
new file mode 100644
index 0000000000..d18fd65736
--- /dev/null
+++ b/test/scaladoc/resources/SI_4589.scala
@@ -0,0 +1,11 @@
+class SI_4589 {
+ /**
+ * @param x012345678901234567890123456789 blah blah blah
+ */
+ def foo(x012345678901234567890123456789: Int) = 123
+
+ /**
+ * @param x0123456789 blah blah blah
+ */
+ def bar(x0123456789: Int) = 123
+}