summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.check
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-10-03 18:06:39 +0200
committerAleksandar Prokopec <axel22@gmail.com>2012-10-04 11:32:27 +0200
commitb405a2969477f9e9a76274eac1ebda3c0f2942ad (patch)
tree067747051a075740b041b665271032cfb31eb577 /test/files/presentation/ide-bug-1000531.check
parent3ffc62b49914c6bf466f0f5e10c8f34b2cff5899 (diff)
downloadscala-b405a2969477f9e9a76274eac1ebda3c0f2942ad.tar.gz
scala-b405a2969477f9e9a76274eac1ebda3c0f2942ad.tar.bz2
scala-b405a2969477f9e9a76274eac1ebda3c0f2942ad.zip
SI-6467: Zero element in aggregate now by-name
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 4be98a6b21..6c3892d272 100644
--- a/test/files/presentation/ide-bug-1000531.check
+++ b/test/files/presentation/ide-bug-1000531.check
@@ -19,7 +19,7 @@ retrieved 126 members
[accessible: true] `method addString(b: StringBuilder)StringBuilder`
[accessible: true] `method addString(b: StringBuilder, sep: String)StringBuilder`
[accessible: true] `method addString(b: StringBuilder, start: String, sep: String, end: String)StringBuilder`
-[accessible: true] `method aggregate[B](z: B)(seqop: (B, B) => B, combop: (B, B) => B)B`
+[accessible: true] `method aggregate[B](z: => B)(seqop: (B, B) => B, combop: (B, B) => B)B`
[accessible: true] `method asInstanceOf[T0]=> T0`
[accessible: true] `method buffered=> scala.collection.BufferedIterator[B]`
[accessible: true] `method collectFirst[B](pf: PartialFunction[B,B])Option[B]`