1<!-- File: test/-it-does-some-obfuscated-thing/index.md --> 2[test](../index.md) / [ItDoesSomeObfuscatedThing](./index.md) 3 4# ItDoesSomeObfuscatedThing 5 6`class ItDoesSomeObfuscatedThing` 7 8Check output of 9 10``` brainfuck 11++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. 12``` 13 14### Constructors 15 16| [<init>](-init-.md) | `ItDoesSomeObfuscatedThing()`<br>Check output of | 17 18<!-- File: test/-throws/index.md --> 19[test](../index.md) / [Throws](./index.md) 20 21# Throws 22 23`class Throws` 24 25This annotation indicates what exceptions should be declared by a function when compiled to a JVM method. 26 27Example: 28 29``` 30Throws(IOException::class) 31fun readFile(name: String): String {...} 32``` 33 34### Constructors 35 36| [<init>](-init-.md) | `Throws()`<br>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method. | 37 38