summaryrefslogtreecommitdiff
path: root/test/scaladoc/run
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-04-23 12:39:26 -0700
committerJason Zaugg <jzaugg@gmail.com>2013-04-23 12:39:26 -0700
commitcd148d97225fc7738f7a8ff9d4479cd46d632371 (patch)
treeeaec6b79885e3a2bbcd06441b2f2c90606e6ea4a /test/scaladoc/run
parent78ef7b4305e93e1de812c98ab6d7984f68baed97 (diff)
parentc29405dfe1a24419ce4ce10500b5e8d05c581bee (diff)
downloadscala-cd148d97225fc7738f7a8ff9d4479cd46d632371.tar.gz
scala-cd148d97225fc7738f7a8ff9d4479cd46d632371.tar.bz2
scala-cd148d97225fc7738f7a8ff9d4479cd46d632371.zip
Merge pull request #2417 from paulp/pr/empty-type-bounds
Simplify type bounds.
Diffstat (limited to 'test/scaladoc/run')
-rw-r--r--test/scaladoc/run/t5527.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaladoc/run/t5527.check b/test/scaladoc/run/t5527.check
index 235e73b5c8..8483460d04 100644
--- a/test/scaladoc/run/t5527.check
+++ b/test/scaladoc/run/t5527.check
@@ -95,7 +95,7 @@ package <empty> {
()
};
/** T */
- type T >: _root_.scala.Nothing <: _root_.scala.Any;
+ type T;
/** f */
def f(i: Int): scala.Unit;
/** v */