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 3e4e884b..bb9ce43c 100644 --- a/core/testdata/format/linkWithStarProjection.html +++ b/core/testdata/format/linkWithStarProjection.html @@ -13,7 +13,8 @@ <tbody> <tr> <td> -<a href="test/-k-class-loader/foo">foo</a></td> +<p><a href="test/-k-class-loader/foo">foo</a></p> +</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> |