1<!-- File: test/-it-does-some-obfuscated-thing/index.html --> 2<HTML> 3<HEAD> 4<meta charset="UTF-8"> 5<title>ItDoesSomeObfuscatedThing - test</title> 6</HEAD> 7<BODY> 8<a href="../index.html">test</a> / <a href="./index.html">ItDoesSomeObfuscatedThing</a><br/> 9<br/> 10<h1>ItDoesSomeObfuscatedThing</h1> 11<code><span class="keyword">class </span><span class="identifier">ItDoesSomeObfuscatedThing</span></code> 12<p>Check output of</p> 13<pre><code class="lang-brainfuck">++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. 14</code></pre> 15<h3>Constructors</h3> 16<table> 17<tbody> 18<tr> 19<td> 20<p><a href="-init-.html"><init></a></p> 21</td> 22<td> 23<code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code> 24<p>Check output of</p> 25</td> 26</tr> 27</tbody> 28</table> 29</BODY> 30</HTML> 31<!-- File: test/-throws/index.html --> 32<HTML> 33<HEAD> 34<meta charset="UTF-8"> 35<title>Throws - test</title> 36</HEAD> 37<BODY> 38<a href="../index.html">test</a> / <a href="./index.html">Throws</a><br/> 39<br/> 40<h1>Throws</h1> 41<code><span class="keyword">class </span><span class="identifier">Throws</span></code> 42<p>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.</p> 43<p>Example:</p> 44<pre><code>Throws(IOException::class) 45fun readFile(name: String): String {...} 46</code></pre> 47<h3>Constructors</h3> 48<table> 49<tbody> 50<tr> 51<td> 52<p><a href="-init-.html"><init></a></p> 53</td> 54<td> 55<code><span class="identifier">Throws</span><span class="symbol">(</span><span class="symbol">)</span></code> 56<p>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.</p> 57</td> 58</tr> 59</tbody> 60</table> 61</BODY> 62</HTML> 63