• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 import kotlin.reflect.KClass
2 
3 /**
4  * This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.
5  *
6  * Example:
7  *
8  * ```
9  * Throws(IOException::class)
10  * fun readFile(name: String): String {...}
11  * ```
12  */
13 class Throws
14 
15 
16 /**
17  * Check output of
18  * ``` brainfuck
19  * ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
20  * ```
21  */
22 class ItDoesSomeObfuscatedThing