summaryrefslogtreecommitdiff
path: root/test/files/presentation/scope-completion-3.check
blob: f2510127fbfac0378e93389cea2af88b83c59e65 (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
reload: Completions.scala

askScopeCompletion at Completions.scala(75,2)
================================================================================
[response] askScopeCompletion at (75,2)
retrieved 38 members
abstract class Base1 extends AnyRef
abstract trait Trait1 extends AnyRef
class Cb1 extends AnyRef
class Cc1 extends AnyRef
class Completion1 extends Base1 with Trait1
class Ct1 extends AnyRef
def <init>(): test.Completion1
def fb1: Int
def fc1: Int
def ft1: Int
def rt1: Int
def rt1_=(x$1: Int): Unit
object Completion2
object Ob1
object Oc1
object Ot1
override def fb3: Int
override def ft3: Int
override type tb3 = Completion1.this.tb3
override type tt3 = Completion1.this.tt3
private class Cc2 extends AnyRef
private def fc2: Int
private object Oc2
private type tc2 = Completion1.this.tc2
private[this] val vb1: Int
private[this] val vb3: Int
private[this] val vc1: Int
private[this] val vc2: Int
private[this] val vt3: Int
private[this] var rb1: Int
private[this] var rb3: Int
private[this] var rc1: Int
private[this] var rc2: Int
private[this] var rt3: Int
type tb1 = Completion1.this.tb1
type tc1 = Completion1.this.tc1
type tt1 = Completion1.this.tt1
val vt1: Int
================================================================================

askScopeCompletion at Completions.scala(104,2)
================================================================================
[response] askScopeCompletion at (104,2)
retrieved 38 members
abstract class Base1 extends AnyRef
abstract trait Trait1 extends AnyRef
class Cb1 extends AnyRef
class Co1 extends AnyRef
class Completion1 extends Base1 with Trait1
class Ct1 extends AnyRef
def <init>(): test.Completion2.type
def fb1: Int
def fo1: Int
def ft1: Int
def rt1: Int
def rt1_=(x$1: Int): Unit
object Completion2
object Ob1
object Oo1
object Ot1
override def fb3: Int
override def ft3: Int
override type tb3 = test.Completion2.tb3
override type tt3 = test.Completion2.tt3
private class Co2 extends AnyRef
private def fo2: Int
private object Oo2
private type to2 = test.Completion2.to2
private[this] val vb1: Int
private[this] val vb3: Int
private[this] val vo1: Int
private[this] val vo2: Int
private[this] val vt3: Int
private[this] var rb1: Int
private[this] var rb3: Int
private[this] var ro1: Int
private[this] var ro2: Int
private[this] var rt3: Int
type tb1 = test.Completion2.tb1
type to1 = test.Completion2.to1
type tt1 = test.Completion2.tt1
val vt1: Int
================================================================================