summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI-5558.scala
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-07-02 17:46:42 +0200
committerVlad Ureche <vlad.ureche@gmail.com>2012-07-16 23:41:44 +0200
commit242c2fc94766f4dd8b7f1f88ad055f0f62d2e109 (patch)
tree96e9c8d952df0adae8347d7060c130ec61a5ab63 /test/scaladoc/resources/SI-5558.scala
parent8291106ec985fbe3ee4b8863ccf238dc1d42af58 (diff)
downloadscala-242c2fc94766f4dd8b7f1f88ad055f0f62d2e109.tar.gz
scala-242c2fc94766f4dd8b7f1f88ad055f0f62d2e109.tar.bz2
scala-242c2fc94766f4dd8b7f1f88ad055f0f62d2e109.zip
SI-5558 Package object members indexing
This bug was fixed by the model upgrade in c11427c1. Test case confirmation.
Diffstat (limited to 'test/scaladoc/resources/SI-5558.scala')
-rw-r--r--test/scaladoc/resources/SI-5558.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI-5558.scala b/test/scaladoc/resources/SI-5558.scala
new file mode 100644
index 0000000000..6523438b86
--- /dev/null
+++ b/test/scaladoc/resources/SI-5558.scala
@@ -0,0 +1,6 @@
+package test {
+ class T
+ object `package` {
+ def foo = ???
+ }
+}