summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI-9599.scala
diff options
context:
space:
mode:
authorpeterz <peterz@rambler.ru>2016-01-29 11:37:53 +0300
committerpeterz <peterz@rambler.ru>2016-01-29 11:37:53 +0300
commit37cdf8993e53f368fb11fceda3ffa5999401c645 (patch)
tree9d91cd4600803771f4a509b1e49afb475ecb8f61 /test/scaladoc/resources/SI-9599.scala
parentddd83de2bc44471353e34d20fae037cc88267838 (diff)
downloadscala-37cdf8993e53f368fb11fceda3ffa5999401c645.tar.gz
scala-37cdf8993e53f368fb11fceda3ffa5999401c645.tar.bz2
scala-37cdf8993e53f368fb11fceda3ffa5999401c645.zip
SI-9599 Multiple @todo formatted with comma on separate line
Diffstat (limited to 'test/scaladoc/resources/SI-9599.scala')
-rw-r--r--test/scaladoc/resources/SI-9599.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI-9599.scala b/test/scaladoc/resources/SI-9599.scala
new file mode 100644
index 0000000000..9365243ffb
--- /dev/null
+++ b/test/scaladoc/resources/SI-9599.scala
@@ -0,0 +1,6 @@
+/**
+ * @todo todo1
+ * @todo todo2
+ * @todo todo3
+ */
+class X