diff options
Diffstat (limited to 'core/testdata/format/classWithCompanionObject.html')
-rw-r--r-- | core/testdata/format/classWithCompanionObject.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html index 2954d5a7..88feea5e 100644 --- a/core/testdata/format/classWithCompanionObject.html +++ b/core/testdata/format/classWithCompanionObject.html @@ -4,7 +4,7 @@ <title>Klass - test</title> </HEAD> <BODY> -<a href="test/index">test</a> / <a href="test/-klass/index">Klass</a><br/> +<a href="../index.html">test</a> / <a href="./index.html">Klass</a><br/> <br/> <h1>Klass</h1> <code><span class="keyword">class </span><span class="identifier">Klass</span></code> @@ -13,7 +13,7 @@ <tbody> <tr> <td> -<p><a href="test/-klass/-init-"><init></a></p> +<p><a href="-init-.html"><init></a></p> </td> <td> <code><span class="identifier">Klass</span><span class="symbol">(</span><span class="symbol">)</span></code></td> @@ -25,7 +25,7 @@ <tbody> <tr> <td> -<p><a href="test/-klass/x">x</a></p> +<p><a href="x.html">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> @@ -37,7 +37,7 @@ <tbody> <tr> <td> -<p><a href="test/-klass/foo">foo</a></p> +<p><a href="foo.html">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> |