aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/codeBlock.md
blob: c14fc7bdfb5f2feaac7ab14de5ecf33e5fa599b6 (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) | This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.`Throws()` |

<!-- 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) | Check output of`ItDoesSomeObfuscatedThing()` |