From 242c2fc94766f4dd8b7f1f88ad055f0f62d2e109 Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Mon, 2 Jul 2012 17:46:42 +0200 Subject: SI-5558 Package object members indexing This bug was fixed by the model upgrade in c11427c1. Test case confirmation. --- test/scaladoc/resources/SI-5558.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/scaladoc/resources/SI-5558.scala (limited to 'test/scaladoc/resources') 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 = ??? + } +} -- cgit v1.2.3