aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/codeBlock.md
blob: d183a8ba389dddcf4e77f5a9516a3d3338bc258d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!-- 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 |