summaryrefslogtreecommitdiff
path: root/test/files/presentation
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-05-05 00:07:05 -0700
committerPaul Phillips <paulp@improving.org>2012-05-05 00:07:05 -0700
commitdd8f53d510ad820d5b34b20f2846c8da5d4942a1 (patch)
tree706c2599b8d17c96d0ce5ed685a88dbe27a5d0c8 /test/files/presentation
parentd003dee59cf592879804540a971dab3d8136e480 (diff)
downloadscala-dd8f53d510ad820d5b34b20f2846c8da5d4942a1.tar.gz
scala-dd8f53d510ad820d5b34b20f2846c8da5d4942a1.tar.bz2
scala-dd8f53d510ad820d5b34b20f2846c8da5d4942a1.zip
What did you bring me Santa?
Oh boy, a checkfile! This is the best christmas ever!
Diffstat (limited to 'test/files/presentation')
-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 d9109bcc6a..2ae0158a13 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 123 members
+retrieved 124 members
[accessible: true] `class GroupedIteratorIterator[B]#GroupedIterator`
[accessible: true] `method !=(x$1: Any)Boolean`
[accessible: true] `method !=(x$1: AnyRef)Boolean`
@@ -29,6 +29,7 @@ retrieved 123 members
[accessible: true] `method copyToArray[B >: B](xs: Array[B], start: Int)Unit`
[accessible: true] `method copyToArray[B >: B](xs: Array[B], start: Int, len: Int)Unit`
[accessible: true] `method copyToBuffer[B >: B](dest: scala.collection.mutable.Buffer[B])Unit`
+[accessible: true] `method corresponds[B](that: scala.collection.GenTraversableOnce[B])(p: (B, B) => Boolean)Boolean`
[accessible: true] `method count(p: B => Boolean)Int`
[accessible: true] `method drop(n: Int)Iterator[B]`
[accessible: true] `method dropWhile(p: B => Boolean)Iterator[B]`