From 955a4f706c54a271473424c817daaeb02bea5cc5 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 5 Dec 2017 18:17:52 +0300 Subject: Update testData --- core/testdata/format/codeBlock.html | 44 +++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/codeBlock.html') diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index 48c2ffd2..1e07ff09 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -1,9 +1,11 @@ + +Throws - test -test / Throws
+test / Throws

Throws

class Throws @@ -11,12 +13,50 @@

Example:

Throws(IOException::class)
 fun readFile(name: String): String {...}
-
test / ItDoesSomeObfuscatedThing
+ +

Constructors

+ + + + + + + +
+

<init>

+
+Throws() +

This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.

+
+ + + + + + +ItDoesSomeObfuscatedThing - test + + +test / ItDoesSomeObfuscatedThing

ItDoesSomeObfuscatedThing

class ItDoesSomeObfuscatedThing

Check output of

++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
 
+

Constructors

+ + + + + + + +
+

<init>

+
+ItDoesSomeObfuscatedThing() +

Check output of

+
-- cgit