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/deprecated.class.html | 59 ------------------------------ 1 file changed, 59 deletions(-) delete mode 100644 core/testdata/format/deprecated.class.html (limited to 'core/testdata/format/deprecated.class.html') diff --git a/core/testdata/format/deprecated.class.html b/core/testdata/format/deprecated.class.html deleted file mode 100644 index 11d2e944..00000000 --- a/core/testdata/format/deprecated.class.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - -C - test - - -test / C
-
-

C

-class C
-Deprecated: This class sucks
-
-

Constructors

- - - - - - - -
-

<init>

-
-C()
- - - - - - -f - test - - -test / f
-
-

f

- -fun f(): Unit
-Deprecated: This function sucks
-
- - - - - - -p - test - - -test / p
-
-

p

- -val p: Int
-Deprecated: This property sucks
-
- - -- cgit