summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.check
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-06-28 08:56:14 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-06-28 08:56:14 -0400
commit296d00f3466d0e69adb5f42534d06b3884f54639 (patch)
tree5cfbb4478e8c34cb5e6899aa9300da4089389c74 /test/files/presentation/ide-bug-1000531.check
parentdf00b410635cd3164b74ab55d1b44fd772a65653 (diff)
downloadscala-296d00f3466d0e69adb5f42534d06b3884f54639.tar.gz
scala-296d00f3466d0e69adb5f42534d06b3884f54639.tar.bz2
scala-296d00f3466d0e69adb5f42534d06b3884f54639.zip
Renaming convertTo to to on GenTraversableOnce.
Diffstat (limited to 'test/files/presentation/ide-bug-1000531.check')
-rw-r--r--test/files/presentation/ide-bug-1000531.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/ide-bug-1000531.check b/test/files/presentation/ide-bug-1000531.check
index 9d4674d7c7..4be98a6b21 100644
--- a/test/files/presentation/ide-bug-1000531.check
+++ b/test/files/presentation/ide-bug-1000531.check
@@ -25,7 +25,6 @@ retrieved 126 members
[accessible: true] `method collectFirst[B](pf: PartialFunction[B,B])Option[B]`
[accessible: true] `method collect[B](pf: PartialFunction[B,B])Iterator[B]`
[accessible: true] `method contains(elem: Any)Boolean`
-[accessible: true] `method convertTo[Col[_]](implicit cbf: scala.collection.generic.CanBuildFrom[Nothing,B,Col[B]])Col[B]`
[accessible: true] `method copyToArray[B >: B](xs: Array[B])Unit`
[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`
@@ -111,6 +110,7 @@ retrieved 126 members
[accessible: true] `method toString()String`
[accessible: true] `method toTraversable=> Traversable[B]`
[accessible: true] `method toVector=> Vector[B]`
+[accessible: true] `method to[Col[_]](implicit cbf: scala.collection.generic.CanBuildFrom[Nothing,B,Col[B]])Col[B]`
[accessible: true] `method wait()Unit`
[accessible: true] `method wait(x$1: Long)Unit`
[accessible: true] `method wait(x$1: Long, x$2: Int)Unit`