summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/package-object.check
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2012-05-03 23:44:48 +0900
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2012-05-03 23:44:48 +0900
commit44797916bd4437729e1f13333eee7a2a2cb8ca58 (patch)
tree123895606a30cc6dffa63b3bfc922be4ea17a96d /test/scaladoc/run/package-object.check
parent6300c3033e7b852c6cbef332af6085aac6150a70 (diff)
downloadscala-44797916bd4437729e1f13333eee7a2a2cb8ca58.tar.gz
scala-44797916bd4437729e1f13333eee7a2a2cb8ca58.tar.bz2
scala-44797916bd4437729e1f13333eee7a2a2cb8ca58.zip
Fix SI-4976 partially
If a package have a package object, generate the package's "linearization" from the object.
Diffstat (limited to 'test/scaladoc/run/package-object.check')
-rw-r--r--test/scaladoc/run/package-object.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scaladoc/run/package-object.check b/test/scaladoc/run/package-object.check
new file mode 100644
index 0000000000..4297847e73
--- /dev/null
+++ b/test/scaladoc/run/package-object.check
@@ -0,0 +1,2 @@
+List((test.B,B), (test.A,A), (scala.AnyRef,AnyRef), (scala.Any,Any))
+Done.