From e9a40280ad49cc471143c0be6807b7cd4033b52c Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Fri, 21 Jun 2019 17:25:48 +0200 Subject: Fix format in KotlinWebsiteHtml, markdown format changed slightly --- core/testdata/format/codeBlock.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core/testdata/format/codeBlock.html') diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index a877e8c6..ead4dbc0 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -19,11 +19,11 @@ fun readFile(name: String): String {...} -<init> +

<init>

+ -Throws()

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

- +Throws() @@ -48,11 +48,11 @@ fun readFile(name: String): String {...} -<init> +

<init>

+ -ItDoesSomeObfuscatedThing()

Check output of

- +ItDoesSomeObfuscatedThing() -- cgit