diff options
Diffstat (limited to 'core/testdata/format/linkWithStarProjection.html')
-rw-r--r-- | core/testdata/format/linkWithStarProjection.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/testdata/format/linkWithStarProjection.html b/core/testdata/format/linkWithStarProjection.html index a9d6b125..ce9b82c6 100644 --- a/core/testdata/format/linkWithStarProjection.html +++ b/core/testdata/format/linkWithStarProjection.html @@ -13,7 +13,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="identifier" id="KClassLoader$foo(kotlin.Enum(()))/c">c</span><span class="symbol">:</span> <span class="identifier">Enum</span><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td> </tr> |