<!-- File: test/-throws/index.md -->
[test](../index.md) / [Throws](./index.md)

# Throws

`class Throws`

This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.

Example:

```
Throws(IOException::class)
fun readFile(name: String): String {...}
```

### Constructors

| [&lt;init&gt;](-init-.md) | `Throws()`<br>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method. |

<!-- File: test/-it-does-some-obfuscated-thing/index.md -->
[test](../index.md) / [ItDoesSomeObfuscatedThing](./index.md)

# ItDoesSomeObfuscatedThing

`class ItDoesSomeObfuscatedThing`

Check output of

``` brainfuck
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
```

### Constructors

| [&lt;init&gt;](-init-.md) | `ItDoesSomeObfuscatedThing()`<br>Check output of |