diff options
Diffstat (limited to 'plugins/base/src/test/resources/expect/functionWithNoinlineParam/out')
2 files changed, 3 insertions, 9 deletions
diff --git a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html index 4a0faa01..ad03758d 100644 --- a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html +++ b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/function.html @@ -18,10 +18,7 @@ </div> <div id="content" pageIds="//function/#kotlin.Function0[kotlin.Unit]//">//<a href="../index.html">root</a>/<a href="index.html"></a>/<a href="function.html">function</a> <h1>function</h1> - <div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: - <div class="symbol monospace">() -> <a href="">Unit</a></div> -)</div> - </div> +<div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: <div class="symbol monospace">() -> <a href="">Unit</a></div>)</div> </div> </div> </div> </body> diff --git a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html index 433663af..71c9c491 100644 --- a/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html +++ b/plugins/base/src/test/resources/expect/functionWithNoinlineParam/out/html/root/index.html @@ -24,11 +24,8 @@ <tbody> <tr> <td><a href="function.html">function</a></td> - <td> - <div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: - <div class="symbol monospace">() -> <a href="">Unit</a></div> -)</div> - <div class="brief "></div> + <td><div class="symbol monospace">final fun <a href="function.html">function</a>(notInlined: <div class="symbol monospace">() -> <a href="">Unit</a></div>)</div> + <div class="brief "> </div> </td> </tr> </tbody> |