blob: d64fb9fd613e1ad5086c22b824fc838e91ebc95f (
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
|
[test](test/index) / [Throws](test/-throws/index)
# 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 {...}
```
[test](test/index) / [ItDoesSomeObfuscatedThing](test/-it-does-some-obfuscated-thing/index)
# ItDoesSomeObfuscatedThing
`class ItDoesSomeObfuscatedThing`
Check output of
``` brainfuck
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
```
|