summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI-4476.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI-4476.scala')
-rw-r--r--test/scaladoc/resources/SI-4476.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI-4476.scala b/test/scaladoc/resources/SI-4476.scala
new file mode 100644
index 0000000000..eb35ef45e7
--- /dev/null
+++ b/test/scaladoc/resources/SI-4476.scala
@@ -0,0 +1,9 @@
+package foo
+
+@deprecated("","")
+class A
+
+class B {
+ @deprecated("","")
+ def bar = 1
+}