From 955a4f706c54a271473424c817daaeb02bea5cc5 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 5 Dec 2017 18:17:52 +0300 Subject: Update testData --- core/testdata/format/parameterAnchor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/testdata/format/parameterAnchor.html') diff --git a/core/testdata/format/parameterAnchor.html b/core/testdata/format/parameterAnchor.html index 3ffcf595..a4ae0997 100644 --- a/core/testdata/format/parameterAnchor.html +++ b/core/testdata/format/parameterAnchor.html @@ -4,12 +4,12 @@ processFiles - test -test / processFiles
+test / processFiles

processFiles

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

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

+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