1<HTML> 2<HEAD> 3<meta charset="UTF-8"> 4<title>root package - test</title> 5</HEAD> 6<BODY> 7<a href="./index.html">test</a><br/> 8<br/> 9<h2>Package <root></h2> 10<h3>Types</h3> 11<table> 12<tbody> 13<tr> 14<td> 15<p><a href="-c/index.html">C</a></p> 16</td> 17<td> 18<code><span class="keyword">class </span><s><span class="identifier">C</span></s></code></td> 19</tr> 20</tbody> 21</table> 22<h3>Properties</h3> 23<table> 24<tbody> 25<tr> 26<td> 27<p><a href="p.html">p</a></p> 28</td> 29<td> 30<code><span class="keyword">val </span><s><span class="identifier">p</span></s><span class="symbol">: </span><span class="identifier">Int</span></code></td> 31</tr> 32</tbody> 33</table> 34<h3>Functions</h3> 35<table> 36<tbody> 37<tr> 38<td> 39<p><a href="f.html">f</a></p> 40</td> 41<td> 42<code><span class="keyword">fun </span><s><span class="identifier">f</span></s><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td> 43</tr> 44</tbody> 45</table> 46</BODY> 47</HTML> 48