diff options
Diffstat (limited to 'core/testdata/format/parameterAnchor.kt')
-rw-r--r-- | core/testdata/format/parameterAnchor.kt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/testdata/format/parameterAnchor.kt b/core/testdata/format/parameterAnchor.kt deleted file mode 100644 index ae36ee4c..00000000 --- a/core/testdata/format/parameterAnchor.kt +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Runs [processor] for each file and collects its results into single list - * @param processor function to receive context for symbol resolution and file for processing - */ -public fun processFiles<T>(processor: () -> T): List<T> { -} |