Skip to content

Commit e171ce6

Browse files
committed
resolve conflict
2 parents 8906fcf + 8ee622a commit e171ce6

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

scaladoc-js/resources/scaladoc-searchbar.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,18 @@
9595
.scaladoc-searchbar-result a {
9696
color: #1f2326;
9797
<<<<<<< HEAD
98+
<<<<<<< HEAD
9899
=======
99100
<<<<<<< HEAD
100101
text-indent: -20px;
101102
padding-left: 20px;
102103
=======
103104
>>>>>>> Add tests
105+
=======
106+
text-indent: -20px;
107+
padding-left: 20px;
108+
=======
109+
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
104110
/* for some reason, with display:block if there's a wrap between the
105111
* search result text and the location span, the dead space to the
106112
* left of the location span doesn't get treated as part of the block,
@@ -109,12 +115,16 @@
109115
*/
110116
display: inline-block;
111117
width: 100%;
118+
<<<<<<< HEAD
112119
<<<<<<< HEAD
113120
text-indent: -20px;
114121
padding-left: 20px;
115122
=======
116123
>>>>>>> 89a6409cd0... Improvements to search UX
117124
>>>>>>> Add tests
125+
=======
126+
>>>>>>> 89a6409cd0... Improvements to search UX
127+
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
118128
}
119129

120130
.scaladoc-searchbar-result .scaladoc-searchbar-location {
@@ -146,6 +156,7 @@
146156
border-radius: 12px;
147157
box-shadow: 0 0 2px black;
148158
<<<<<<< HEAD
159+
<<<<<<< HEAD
149160
}
150161

151162
.snippet-comment-button:hover {
@@ -165,6 +176,10 @@
165176
>>>>>>> Add tests
166177
}
167178

179+
=======
180+
}
181+
182+
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
168183
.snippet-comment-button:hover {
169184
background:
170185
linear-gradient(#444, #444),

tests/init/neg/closureLeak.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ class Outer {
1010
val l: List[A] = List(new A(5), new A(10))
1111
l.foreach(a => a.addX(this)) // error
1212
<<<<<<< HEAD
13+
<<<<<<< HEAD
1314
=======
1415
<<<<<<< HEAD
16+
=======
17+
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
1518
<<<<<<< HEAD
1619
val y = 10
1720
=======
1821
>>>>>>> a163464749... Update closureLeak.scala
1922
=======
2023
val p = 10
2124
>>>>>>> 5e4f243160... re-organize tests
25+
<<<<<<< HEAD
2226
>>>>>>> Add tests
27+
=======
28+
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
2329
}

tests/init/neg/leak-warm.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,22 @@ object leakWarm {
1515
}
1616
val c = new C(1, 2)
1717
val d = new D(3, 4)
18+
<<<<<<< HEAD
1819
<<<<<<< HEAD
1920
val l: List[A] = List(c, d) // error
2021
=======
22+
=======
23+
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
2124
val l: List[A] = List(c, d) // error // error
2225
<<<<<<< HEAD
2326
=======
2427
val l: List[A] = List(c, d) // error
2528
>>>>>>> 93ec7cb48e... Update leak-warm.scala
2629
=======
2730
>>>>>>> 5e4f243160... re-organize tests
31+
<<<<<<< HEAD
2832
>>>>>>> Add tests
33+
=======
34+
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
2935
val l2 = l.map(_.m())
3036
}

0 commit comments

Comments
 (0)