File tree 3 files changed +27
-0
lines changed 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 95
95
.scaladoc-searchbar-result a {
96
96
color : # 1f2326 ;
97
97
<<<<<<< HEAD
98
+ <<<<<<< HEAD
98
99
= = = = = = =
99
100
<<<<<<< HEAD
100
101
text- indent: -20px;
101
102
padding- left: 20px;
102
103
= = = = = = =
103
104
> > > > > > > Add tests
105
+ = = = = = = =
106
+ text- indent: -20px;
107
+ padding- left: 20px;
108
+ = = = = = = =
109
+ > > > > > > > 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
104
110
/* for some reason, with display:block if there's a wrap between the
105
111
* search result text and the location span, the dead space to the
106
112
* left of the location span doesn't get treated as part of the block,
109
115
*/
110
116
dis play: inline-block;
111
117
width: 100%;
118
+ <<<<<<< HEAD
112
119
<<<<<<< HEAD
113
120
text- indent: -20px;
114
121
padding- left: 20px;
115
122
= = = = = = =
116
123
> > > > > > > 89a6409cd0... Improvements to search UX
117
124
> > > > > > > Add tests
125
+ = = = = = = =
126
+ > > > > > > > 89a6409cd0... Improvements to search UX
127
+ > > > > > > > 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
118
128
}
119
129
120
130
.scaladoc-searchbar-result .scaladoc-searchbar-location {
146
156
border-radius : 12px ;
147
157
box-shadow : 0 0 2px black;
148
158
<<<<<<< HEAD
159
+ <<<<<<< HEAD
149
160
}
150
161
151
162
.snippet-comment-button : hover {
165
176
> > > > > > > Add tests
166
177
}
167
178
179
+ = = = = = = =
180
+ }
181
+
182
+ > > > > > > > 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
168
183
.snippet-comment-button : hover {
169
184
background :
170
185
linear-gradient (# 444, # 444 ),
Original file line number Diff line number Diff line change @@ -10,14 +10,20 @@ class Outer {
10
10
val l : List [A ] = List (new A (5 ), new A (10 ))
11
11
l.foreach(a => a.addX(this )) // error
12
12
<<<<<<< HEAD
13
+ <<<<<<< HEAD
13
14
=======
14
15
<<<<<<< HEAD
16
+ =======
17
+ >>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
15
18
<<<<<<< HEAD
16
19
val y = 10
17
20
=======
18
21
>>>>>>> a163464749... Update closureLeak.scala
19
22
=======
20
23
val p = 10
21
24
>>>>>>> 5e4f243160... re- organize tests
25
+ <<<<<<< HEAD
22
26
>>>>>>> Add tests
27
+ =======
28
+ >>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
23
29
}
Original file line number Diff line number Diff line change @@ -15,16 +15,22 @@ object leakWarm {
15
15
}
16
16
val c = new C (1 , 2 )
17
17
val d = new D (3 , 4 )
18
+ <<<<<<< HEAD
18
19
<<<<<<< HEAD
19
20
val l : List [A ] = List (c, d) // error
20
21
=======
22
+ =======
23
+ >>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
21
24
val l : List [A ] = List (c, d) // error // error
22
25
<<<<<<< HEAD
23
26
=======
24
27
val l : List [A ] = List (c, d) // error
25
28
>>>>>>> 93ec7cb48e... Update leak- warm.scala
26
29
=======
27
30
>>>>>>> 5e4f243160... re- organize tests
31
+ <<<<<<< HEAD
28
32
>>>>>>> Add tests
33
+ =======
34
+ >>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
29
35
val l2 = l.map(_.m())
30
36
}
You can’t perform that action at this time.
0 commit comments