From d1937ab65bef189a48a55218a4194c0afb778053 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Tue, 7 May 2019 14:30:25 +0200 Subject: Fix some tests --- core/testdata/format/codeBlock.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core/testdata/format/codeBlock.html') diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index 9bf0dcd9..a877e8c6 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -19,8 +19,7 @@ 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.

@@ -49,8 +48,7 @@ fun readFile(name: String): String {...} -

<init>

- +<init> ItDoesSomeObfuscatedThing()

Check output of

-- cgit