From f65fbf534807c168a81f4e80919680ca7dcff47b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 24 Mar 2017 22:01:49 +0300 Subject: Tweak kws html format to match output of old format --- core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/crossLanguage/kotlinExtendsJava') diff --git a/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html b/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html index 3cf9be00..42f21d3c 100644 --- a/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html +++ b/core/testdata/format/crossLanguage/kotlinExtendsJava/Bar.html @@ -14,7 +14,8 @@ -<init> +

<init>

+ Bar()

See xyzzy

@@ -27,7 +28,8 @@ -xyzzy +

xyzzy

+ open fun xyzzy(): Unit -- cgit