1<!-- File: /test/p/package-summary.html#foo%28%29 --> 2<html> 3 <head> 4 <meta charset="UTF-8"> 5 </head> 6 <body> 7 <h1>p</h1> 8 <h2>Top-level functions summary</h2> 9 <table> 10 <tbody> 11 <tr> 12 <td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></td> 13 <td> 14 <div><code><a href="#foo%28%29">foo</a>()</code></div> 15 <p>See that <code>inline code</code> here</p> 16 </td> 17 </tr> 18 <tr> 19 <td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></td> 20 <td> 21 <div><code><a href="#sample%28%29">sample</a>()</code></div> 22 </td> 23 </tr> 24 </tbody> 25 </table> 26 <h2>Top-level functions</h2> 27 <div id="foo()"> 28 <h3>foo</h3> 29 <pre><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></pre> 30 <p>See that <code>inline code</code> here</p> 31 <p>Some full code-block</p> 32 <pre><code data-language="Kotlin"> 33 println(foo()) // Prints 42 34 println(foo() - 10) // Prints 32 35</code></pre> 36 <p>Some indented code-block 37 fun ref() = foo() 38 val a = 2</p> 39 <pre><code data-language="kotlin"> 40 41println(foo()) // Answer unlimate question of all 42println(foo() * 2) // 84!</code></pre> 43 </div> 44 <div id="sample()"> 45 <h3>sample</h3> 46 <pre><span class="keyword">fun </span><span class="identifier">sample</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></pre> 47 </div> 48 </body> 49</html> 50