summaryrefslogtreecommitdiff
path: root/test/files/presentation/ping-pong.check
blob: 10d29bfed675fd19bab0fd4c86ce174c0ac0639f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
reload: PingPong.scala

askTypeCompletion at PingPong.scala(10,23)
================================================================================
[response] askCompletionAt (10,23)
retrieved 35 members
[inaccessible] private[this] val ping: Ping
[inaccessible] protected[package lang] def clone(): Object
[inaccessible] protected[package lang] def finalize(): Unit
def +(other: String): String
def ->[B](y: B): (Pong, B)
def ensuring(cond: Boolean): Pong
def ensuring(cond: Boolean,msg: => Any): Pong
def ensuring(cond: Pong => Boolean): Pong
def ensuring(cond: Pong => Boolean,msg: => Any): Pong
def equals(x$1: Any): Boolean
def formatted(fmtstr: String): String
def hashCode(): Int
def poke(): Unit
def →[B](y: B): (Pong, B)
final def !=(x$1: Any): Boolean
final def !=(x$1: AnyRef): Boolean
final def ##(): Int
final def ==(x$1: Any): Boolean
final def ==(x$1: AnyRef): Boolean
final def asInstanceOf[T0]: T0
final def eq(x$1: AnyRef): Boolean
final def isInstanceOf[T0]: Boolean
final def ne(x$1: AnyRef): Boolean
final def notify(): Unit
final def notifyAll(): Unit
final def synchronized[T0](x$1: T0): T0
final def wait(): Unit
final def wait(x$1: Long): Unit
final def wait(x$1: Long,x$2: Int): Unit
override def toString(): String
private[this] val name: String
================================================================================

askTypeCompletion at PingPong.scala(19,20)
================================================================================
[response] askCompletionAt (19,20)
retrieved 35 members
[inaccessible] protected[package lang] def clone(): Object
[inaccessible] protected[package lang] def finalize(): Unit
def +(other: String): String
def ->[B](y: B): (Ping, B)
def ensuring(cond: Boolean): Ping
def ensuring(cond: Boolean,msg: => Any): Ping
def ensuring(cond: Ping => Boolean): Ping
def ensuring(cond: Ping => Boolean,msg: => Any): Ping
def equals(x$1: Any): Boolean
def formatted(fmtstr: String): String
def hashCode(): Int
def loop: Unit
def name: String
def poke: Unit
def →[B](y: B): (Ping, B)
final def !=(x$1: Any): Boolean
final def !=(x$1: AnyRef): Boolean
final def ##(): Int
final def ==(x$1: Any): Boolean
final def ==(x$1: AnyRef): Boolean
final def asInstanceOf[T0]: T0
final def eq(x$1: AnyRef): Boolean
final def isInstanceOf[T0]: Boolean
final def ne(x$1: AnyRef): Boolean
final def notify(): Unit
final def notifyAll(): Unit
final def synchronized[T0](x$1: T0): T0
final def wait(): Unit
final def wait(x$1: Long): Unit
final def wait(x$1: Long,x$2: Int): Unit
override def toString(): String
private[this] val pong: Pong
================================================================================

askType at PingPong.scala(8,10)
================================================================================
[response] askTypeAt (8,10)
def loop: Unit = Ping.this.poke()
================================================================================

askType at PingPong.scala(10,10)
================================================================================
[response] askTypeAt (10,10)
def poke: Unit = Ping.this.pong.poke()
================================================================================

askType at PingPong.scala(17,10)
================================================================================
[response] askTypeAt (17,10)
private[this] val name: String = "pong"
================================================================================