summaryrefslogtreecommitdiff
path: root/test/files/presentation/ping-pong.check
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-10-31 23:41:32 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-10-31 23:41:32 +0000
commit1754813beb02cea6733ecdbcfd34d2f0341fb945 (patch)
tree1330e555a6407cacbcf4de8c79c7ae161ccbfb56 /test/files/presentation/ping-pong.check
parent07c3e9c8c6de0b185ba19e493b5b029645c79333 (diff)
downloadscala-1754813beb02cea6733ecdbcfd34d2f0341fb945.tar.gz
scala-1754813beb02cea6733ecdbcfd34d2f0341fb945.tar.bz2
scala-1754813beb02cea6733ecdbcfd34d2f0341fb945.zip
Fixed failing pc tests. no review
Diffstat (limited to 'test/files/presentation/ping-pong.check')
-rw-r--r--test/files/presentation/ping-pong.check12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/files/presentation/ping-pong.check b/test/files/presentation/ping-pong.check
index 44e1a04732..bc1b57eb6d 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 38 members
+retrieved 39 members
`method !=(x$1: Any)Boolean`
`method !=(x$1: AnyRef)Boolean`
`method ##()Int`
@@ -33,16 +33,17 @@ retrieved 38 members
`method wait(x$1: Long)Unit`
`method wait(x$1: Long, x$2: Int)Unit`
`method →[B](y: B)(Pong, B)`
+`value __leftOfArrowPong`
+`value __resultOfEnsuringPong`
`value nameString`
`value pingPing`
`value selfAny`
-`value xPong`
================================================================================
askTypeCompletion at PingPong.scala(19,20)
================================================================================
[response] aksTypeCompletion at (19,20)
-retrieved 38 members
+retrieved 39 members
`method !=(x$1: Any)Boolean`
`method !=(x$1: AnyRef)Boolean`
`method ##()Int`
@@ -74,15 +75,16 @@ retrieved 38 members
`method wait(x$1: Long)Unit`
`method wait(x$1: Long, x$2: Int)Unit`
`method →[B](y: B)(Ping, B)`
+`value __leftOfArrowPing`
+`value __resultOfEnsuringPing`
`value pongPong`
`value selfAny`
-`value xPing`
================================================================================
askType at PingPong.scala(8,10)
================================================================================
[response] askTypeAt at (8,10)
-def loop: Unit = poke()
+def loop: Unit = Ping.this.poke()
================================================================================
askType at PingPong.scala(10,10)