summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI_4641.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI_4641.scala')
-rw-r--r--test/scaladoc/resources/SI_4641.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI_4641.scala b/test/scaladoc/resources/SI_4641.scala
new file mode 100644
index 0000000000..a5557a78d9
--- /dev/null
+++ b/test/scaladoc/resources/SI_4641.scala
@@ -0,0 +1,3 @@
+object Foo {
+ def ### = 123
+}