From 7546efb83afa39770be5c7b9df72edc115e59a5b Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 9 Feb 2023 03:15:52 +0100 Subject: Remove old test data (#2824) --- core/testdata/format/classWithCompanionObject.html | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 core/testdata/format/classWithCompanionObject.html (limited to 'core/testdata/format/classWithCompanionObject.html') diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html deleted file mode 100644 index e477b53b..00000000 --- a/core/testdata/format/classWithCompanionObject.html +++ /dev/null @@ -1,48 +0,0 @@ - - - -Klass - test - - -test / Klass
-
-

Klass

-class Klass -

Constructors

- - - - - - - -
-

<init>

-
-Klass()
-

Companion Object Properties

- - - - - - - -
-

x

-
-val x: Int
-

Companion Object Functions

- - - - - - - -
-

foo

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