summaryrefslogtreecommitdiff
path: root/test/files/presentation/ping-pong.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/ping-pong.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/ping-pong.check')
-rw-r--r--test/files/presentation/ping-pong.check6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/files/presentation/ping-pong.check b/test/files/presentation/ping-pong.check
index bc1b57eb6d..38040bdacf 100644
--- a/test/files/presentation/ping-pong.check
+++ b/test/files/presentation/ping-pong.check
@@ -3,7 +3,7 @@ reload: PingPong.scala
askTypeCompletion at PingPong.scala(10,23)
================================================================================
[response] aksTypeCompletion at (10,23)
-retrieved 39 members
+retrieved 40 members
`method !=(x$1: Any)Boolean`
`method !=(x$1: AnyRef)Boolean`
`method ##()Int`
@@ -32,6 +32,7 @@ retrieved 39 members
`method wait()Unit`
`method wait(x$1: Long)Unit`
`method wait(x$1: Long, x$2: Int)Unit`
+`method x=> Pong`
`method →[B](y: B)(Pong, B)`
`value __leftOfArrowPong`
`value __resultOfEnsuringPong`
@@ -43,7 +44,7 @@ retrieved 39 members
askTypeCompletion at PingPong.scala(19,20)
================================================================================
[response] aksTypeCompletion at (19,20)
-retrieved 39 members
+retrieved 40 members
`method !=(x$1: Any)Boolean`
`method !=(x$1: AnyRef)Boolean`
`method ##()Int`
@@ -74,6 +75,7 @@ retrieved 39 members
`method wait()Unit`
`method wait(x$1: Long)Unit`
`method wait(x$1: Long, x$2: Int)Unit`
+`method x=> Ping`
`method →[B](y: B)(Ping, B)`
`value __leftOfArrowPing`
`value __resultOfEnsuringPing`