From 7546efb83afa39770be5c7b9df72edc115e59a5b Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 9 Feb 2023 03:15:52 +0100 Subject: Remove old test data (#2824) --- core/testdata/format/codeBlock.html | 60 ------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 core/testdata/format/codeBlock.html (limited to 'core/testdata/format/codeBlock.html') diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html deleted file mode 100644 index ead4dbc0..00000000 --- a/core/testdata/format/codeBlock.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - -Throws - test - - -test / Throws
-
-

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

- - - - - - - -
-

<init>

-
-

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

-Throws()
- - - - - - -ItDoesSomeObfuscatedThing - test - - -test / ItDoesSomeObfuscatedThing
-
-

ItDoesSomeObfuscatedThing

-class ItDoesSomeObfuscatedThing -

Check output of

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

Constructors

- - - - - - - -
-

<init>

-
-

Check output of

-ItDoesSomeObfuscatedThing()
- - -- cgit