aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/codeBlock.md
blob: b6163a37596be7e823cf6b246861b361bac1f045 (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/--root--/-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/--root--/-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 |