From 20ba46e50ef8324f2a51d5a545c5f96133bf366e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 9 Sep 2015 13:01:05 +0200 Subject: default visibility is public --- test/data/format/parameterAnchor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/format/parameterAnchor.html') diff --git a/test/data/format/parameterAnchor.html b/test/data/format/parameterAnchor.html index 99f0f110..c5920fb7 100644 --- a/test/data/format/parameterAnchor.html +++ b/test/data/format/parameterAnchor.html @@ -6,7 +6,7 @@ test / processFiles

processFiles

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

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

Parameters

-- cgit