aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/classWithCompanionObject.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/classWithCompanionObject.html')
-rw-r--r--core/testdata/format/classWithCompanionObject.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html
index 95fcbf6b..e477b53b 100644
--- a/core/testdata/format/classWithCompanionObject.html
+++ b/core/testdata/format/classWithCompanionObject.html
@@ -13,7 +13,8 @@
<tbody>
<tr>
<td>
-<a href="-init-.html">&lt;init&gt;</a></td>
+<h4><a href="-init-.html">&lt;init&gt;</a></h4>
+</td>
<td>
<code><span class="identifier">Klass</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
</tr>
@@ -24,7 +25,8 @@
<tbody>
<tr>
<td>
-<a href="x.html">x</a></td>
+<h4><a href="x.html">x</a></h4>
+</td>
<td>
<code><span class="keyword">val </span><span class="identifier">x</span><span class="symbol">: </span><span class="identifier">Int</span></code></td>
</tr>
@@ -35,7 +37,8 @@
<tbody>
<tr>
<td>
-<a href="foo.html">foo</a></td>
+<h4><a href="foo.html">foo</a></h4>
+</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td>
</tr>