summaryrefslogtreecommitdiff
path: root/test/files/presentation/infix-completion2.check
blob: 5c69cd84cb3ad1ae84013d5affc7a00e3046f78a (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
reload: Snippet.scala

askTypeCompletion at Snippet.scala(1,34)
================================================================================
[response] askTypeCompletion at (1,34)
retrieved 211 members
[inaccessible] protected def integralNum: math.Numeric.DoubleAsIfIntegral.type
[inaccessible] protected def num: math.Numeric.DoubleIsFractional.type
[inaccessible] protected def ord: math.Ordering.Double.type
[inaccessible] protected def unifiedPrimitiveEquals(x: Any): Boolean
[inaccessible] protected def unifiedPrimitiveHashcode(): Int
[inaccessible] protected[package lang] def clone(): Object
[inaccessible] protected[package lang] def finalize(): Unit
def !=(x: Byte): Boolean
def !=(x: Char): Boolean
def !=(x: Double): Boolean
def !=(x: Float): Boolean
def !=(x: Int): Boolean
def !=(x: Long): Boolean
def !=(x: Short): Boolean
def %(x: Byte): Int
def %(x: Char): Int
def %(x: Double): Double
def %(x: Float): Float
def %(x: Int): Int
def %(x: Long): Long
def %(x: Short): Int
def &(x: Byte): Int
def &(x: Char): Int
def &(x: Int): Int
def &(x: Long): Long
def &(x: Short): Int
def *(x: Byte): Int
def *(x: Char): Int
def *(x: Double): Double
def *(x: Float): Float
def *(x: Int): Int
def *(x: Long): Long
def *(x: Short): Int
def +(x: Byte): Int
def +(x: Char): Int
def +(x: Double): Double
def +(x: Float): Float
def +(x: Int): Int
def +(x: Long): Long
def +(x: Short): Int
def +(x: String): String
def -(x: Byte): Int
def -(x: Char): Int
def -(x: Double): Double
def -(x: Float): Float
def -(x: Int): Int
def -(x: Long): Long
def -(x: Short): Int
def ->[B](y: B): (Int, B)
def /(x: Byte): Int
def /(x: Char): Int
def /(x: Double): Double
def /(x: Float): Float
def /(x: Int): Int
def /(x: Long): Long
def /(x: Short): Int
def <(x: Byte): Boolean
def <(x: Char): Boolean
def <(x: Double): Boolean
def <(x: Float): Boolean
def <(x: Int): Boolean
def <(x: Long): Boolean
def <(x: Short): Boolean
def <<(x: Int): Int
def <<(x: Long): Int
def <=(x: Byte): Boolean
def <=(x: Char): Boolean
def <=(x: Double): Boolean
def <=(x: Float): Boolean
def <=(x: Int): Boolean
def <=(x: Long): Boolean
def <=(x: Short): Boolean
def ==(x: Byte): Boolean
def ==(x: Char): Boolean
def ==(x: Double): Boolean
def ==(x: Float): Boolean
def ==(x: Int): Boolean
def ==(x: Long): Boolean
def ==(x: Short): Boolean
def >(x: Byte): Boolean
def >(x: Char): Boolean
def >(x: Double): Boolean
def >(x: Float): Boolean
def >(x: Int): Boolean
def >(x: Long): Boolean
def >(x: Short): Boolean
def >=(x: Byte): Boolean
def >=(x: Char): Boolean
def >=(x: Double): Boolean
def >=(x: Float): Boolean
def >=(x: Int): Boolean
def >=(x: Long): Boolean
def >=(x: Short): Boolean
def >>(x: Int): Int
def >>(x: Long): Int
def >>>(x: Int): Int
def >>>(x: Long): Int
def ^(x: Byte): Int
def ^(x: Char): Int
def ^(x: Int): Int
def ^(x: Long): Long
def ^(x: Short): Int
def byteValue(): Byte
def ceil: Double
def compare(y: Double): Int
def compare(y: Float): Int
def compare(y: Int): Int
def compare(y: Long): Int
def compareTo(that: Double): Int
def compareTo(that: Float): Int
def compareTo(that: Int): Int
def compareTo(that: Long): Int
def compareTo(x$1: Double): Int
def compareTo(x$1: Float): Int
def compareTo(x$1: Integer): Int
def compareTo(x$1: Long): Int
def doubleValue(): Double
def ensuring(cond: Boolean): Int
def ensuring(cond: Boolean,msg: => Any): Int
def ensuring(cond: Int => Boolean): Int
def ensuring(cond: Int => Boolean,msg: => Any): Int
def equals(x$1: Any): Boolean
def floatValue(): Float
def floor: Double
def formatted(fmtstr: String): String
def hashCode(): Int
def intValue(): Int
def isInfinite(): Boolean
def isInfinity: Boolean
def isNaN(): Boolean
def isNegInfinity: Boolean
def isPosInfinity: Boolean
def isValidLong: Boolean
def longValue(): Long
def round: Long
def shortValue(): Short
def to(end: Double): Range.Partial[Double,scala.collection.immutable.NumericRange[Double]]
def to(end: Double,step: Double): scala.collection.immutable.NumericRange.Inclusive[Double]
def to(end: Float): Range.Partial[Float,scala.collection.immutable.NumericRange[Float]]
def to(end: Float,step: Float): scala.collection.immutable.NumericRange.Inclusive[Float]
def to(end: Int): scala.collection.immutable.Range.Inclusive
def to(end: Int,step: Int): scala.collection.immutable.Range.Inclusive
def to(end: Long): scala.collection.immutable.NumericRange.Inclusive[Long]
def to(end: Long,step: Long): scala.collection.immutable.NumericRange.Inclusive[Long]
def toBinaryString: String
def toByte: Byte
def toChar: Char
def toDegrees: Double
def toDouble: Double
def toFloat: Float
def toHexString: String
def toInt: Int
def toLong: Long
def toOctalString: String
def toRadians: Double
def toShort: Short
def toString(): String
def unary_+: Int
def unary_-: Int
def unary_~: Int
def underlying(): AnyRef
def until(end: Double): Range.Partial[Double,scala.collection.immutable.NumericRange[Double]]
def until(end: Double,step: Double): scala.collection.immutable.NumericRange.Exclusive[Double]
def until(end: Float): Range.Partial[Float,scala.collection.immutable.NumericRange[Float]]
def until(end: Float,step: Float): scala.collection.immutable.NumericRange.Exclusive[Float]
def until(end: Int): scala.collection.immutable.Range
def until(end: Int,step: Int): scala.collection.immutable.Range
def until(end: Long): scala.collection.immutable.NumericRange.Exclusive[Long]
def until(end: Long,step: Long): scala.collection.immutable.NumericRange.Exclusive[Long]
def |(x: Byte): Int
def |(x: Char): Int
def |(x: Int): Int
def |(x: Long): Long
def |(x: Short): Int
def →[B](y: B): (Int, B)
final def !=(x$1: Any): Boolean
final def ##(): Int
final def ==(x$1: Any): 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 abs: Double
override def isValidByte: Boolean
override def isValidChar: Boolean
override def isValidInt: Boolean
override def isValidShort: Boolean
override def isWhole(): Boolean
override def max(that: Double): Double
override def max(that: Float): Float
override def max(that: Int): Int
override def max(that: Long): Long
override def min(that: Double): Double
override def min(that: Float): Float
override def min(that: Int): Int
override def min(that: Long): Long
override def signum: Int
private[this] val self: Double
================================================================================