summaryrefslogtreecommitdiff
path: root/test/files/presentation
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-07 18:22:56 +0000
committerPaul Phillips <paulp@improving.org>2011-11-07 18:22:56 +0000
commit106180d020d3436b29432235fffe098d15fa7422 (patch)
tree50f29ff0057280fd1267bbcc49407481b26a0954 /test/files/presentation
parent481096f2c56fbf1b14fff2142917a46668b7c3b2 (diff)
downloadscala-106180d020d3436b29432235fffe098d15fa7422.tar.gz
scala-106180d020d3436b29432235fffe098d15fa7422.tar.bz2
scala-106180d020d3436b29432235fffe098d15fa7422.zip
Third collections commit from Todd Vierling.
Misc cleanups associated with the previous commits: limiting overly expanded types, fixing externally visible types for scaladoc, utilizing abstract collection classes where possible, etc.
Diffstat (limited to 'test/files/presentation')
-rw-r--r--test/files/presentation/ide-bug-1000531.check12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/files/presentation/ide-bug-1000531.check b/test/files/presentation/ide-bug-1000531.check
index 4cd932e602..a58df6f014 100644
--- a/test/files/presentation/ide-bug-1000531.check
+++ b/test/files/presentation/ide-bug-1000531.check
@@ -21,7 +21,7 @@ retrieved 122 members
`method addString(b: StringBuilder, start: String, sep: String, end: String)StringBuilder`
`method aggregate[B](z: B)(seqop: (B, B) => B, combop: (B, B) => B)B`
`method asInstanceOf[T0]=> T0`
-`method buffered=> Object with scala.collection.BufferedIterator[B]`
+`method buffered=> scala.collection.BufferedIterator[B]`
`method clone()Object`
`method collectFirst[B](pf: PartialFunction[B,B])Option[B]`
`method collect[B](pf: PartialFunction[B,B])Iterator[B]`
@@ -75,9 +75,9 @@ retrieved 122 members
`method nonEmpty=> Boolean`
`method notify()Unit`
`method notifyAll()Unit`
-`method padTo[A1 >: B](len: Int, elem: A1)Object with Iterator[A1]`
+`method padTo[A1 >: B](len: Int, elem: A1)Iterator[A1]`
`method partition(p: B => Boolean)(Iterator[B], Iterator[B])`
-`method patch[B >: B](from: Int, patchElems: Iterator[B], replaced: Int)Object with Iterator[B]`
+`method patch[B >: B](from: Int, patchElems: Iterator[B], replaced: Int)Iterator[B]`
`method product[B >: B](implicit num: Numeric[B])B`
`method reduceLeftOption[B >: B](op: (B, B) => B)Option[B]`
`method reduceLeft[B >: B](op: (B, B) => B)B`
@@ -115,9 +115,9 @@ retrieved 122 members
`method wait(x$1: Long)Unit`
`method wait(x$1: Long, x$2: Int)Unit`
`method withFilter(p: B => Boolean)Iterator[B]`
-`method zipAll[B, A1 >: B, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1)Object with Iterator[(A1, B1)]`
-`method zipWithIndex=> Object with Iterator[(B, Int)]{def idx: Int; def idx_=(x$1: Int): Unit}`
-`method zip[B](that: Iterator[B])Object with Iterator[(B, B)]`
+`method zipAll[B, A1 >: B, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1)Iterator[(A1, B1)]`
+`method zipWithIndex=> Iterator[(B, Int)]`
+`method zip[B](that: Iterator[B])Iterator[(B, B)]`
`method →[B](y: B)(java.util.Iterator[B], B)`
`value __leftOfArrowjava.util.Iterator[B]`
`value __resultOfEnsuringjava.util.Iterator[B]`