summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-08 22:14:30 +0000
committerPaul Phillips <paulp@improving.org>2011-11-08 22:14:30 +0000
commitf9fb5ca997dde7a49fc9d748ca0298befc77b907 (patch)
tree01fe607bafdb12c9f48208002e6420ab83c45535 /test/files/presentation/ide-bug-1000531.check
parentbcc5eebedb8869e73e0d39aaf5c6b3164048aad1 (diff)
downloadscala-f9fb5ca997dde7a49fc9d748ca0298befc77b907.tar.gz
scala-f9fb5ca997dde7a49fc9d748ca0298befc77b907.tar.bz2
scala-f9fb5ca997dde7a49fc9d748ca0298befc77b907.zip
Updates for the ten tests I broke recently.
Wow, ten tests, that's unexpected. No review.
Diffstat (limited to 'test/files/presentation/ide-bug-1000531.check')
-rw-r--r--test/files/presentation/ide-bug-1000531.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/presentation/ide-bug-1000531.check b/test/files/presentation/ide-bug-1000531.check
index a58df6f014..04cea738f5 100644
--- a/test/files/presentation/ide-bug-1000531.check
+++ b/test/files/presentation/ide-bug-1000531.check
@@ -3,7 +3,7 @@ reload: CrashOnLoad.scala
askTypeCompletion at CrashOnLoad.scala(6,12)
================================================================================
[response] aksTypeCompletion at (6,12)
-retrieved 122 members
+retrieved 123 members
`class GroupedIteratorIterator[B]#GroupedIterator`
`method !=(x$1: Any)Boolean`
`method !=(x$1: AnyRef)Boolean`
@@ -115,6 +115,7 @@ 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 x=> java.util.Iterator[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)]`