From 955a4f706c54a271473424c817daaeb02bea5cc5 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 5 Dec 2017 18:17:52 +0300 Subject: Update testData --- core/testdata/format/classWithCompanionObject.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/testdata/format/classWithCompanionObject.html') diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html index 2954d5a7..88feea5e 100644 --- a/core/testdata/format/classWithCompanionObject.html +++ b/core/testdata/format/classWithCompanionObject.html @@ -4,7 +4,7 @@ Klass - test -test / Klass
+test / Klass

Klass

class Klass @@ -13,7 +13,7 @@ -

<init>

+

<init>

Klass() @@ -25,7 +25,7 @@ -

x

+

x

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

foo

+

foo

fun foo(): Unit -- cgit