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

<init>

- +<init> Klass() @@ -25,8 +24,7 @@ -

x

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

foo

- +foo fun foo(): Unit -- cgit