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

f

- -fun f(x: Int): Unit -

Performs an action on x.

-

This is a long description.

-

Parameters

-

-x - the int value to perform the action on.

- -fun f(x: String): Unit -

Performs an action on x.

-

This is a long description.

-

Parameters

-

-x - the string value to perform the action on.

- - -- cgit