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 4a9d143a..2954d5a7 100644
--- a/core/testdata/format/classWithCompanionObject.html
+++ b/core/testdata/format/classWithCompanionObject.html
@@ -13,7 +13,8 @@
<tbody>
<tr>
<td>
-<a href="test/-klass/-init-">&lt;init&gt;</a></td>
+<p><a href="test/-klass/-init-">&lt;init&gt;</a></p>
+</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="test/-klass/x">x</a></td>
+<p><a href="test/-klass/x">x</a></p>
+</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="test/-klass/foo">foo</a></td>
+<p><a href="test/-klass/foo">foo</a></p>
+</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>