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

foo

-
-
-
- -
fun foo(): Int
-

Groups elements of the original sequence by the key returned by the given keySelector function -applied to each element and returns a map where each group key is associated with a list of corresponding elements.

-

-
-fun main(args: Array<String>) {
-//sampleStart
-if (true) {
-    println(property)
-}
-//sampleEnd
-}
-
-
-
-
- -
fun foo(i: Int): Int
-
-- cgit