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

processFiles

- -fun <T> processFiles(processor: () -> T): List<T> -

Runs processor for each file and collects its results into single list

-

Parameters

-

-processor - function to receive context for symbol resolution and file for processing

- - -- cgit