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/classWithCompanionObject.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'core/testdata/format/classWithCompanionObject.html') diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html index 4a9d143a..2954d5a7 100644 --- a/core/testdata/format/classWithCompanionObject.html +++ b/core/testdata/format/classWithCompanionObject.html @@ -13,7 +13,8 @@ -<init> +

<init>

+ Klass() @@ -24,7 +25,8 @@ -x +

x

+ val x: Int @@ -35,7 +37,8 @@ -foo +

foo

+ fun foo(): Unit -- cgit