blob: ae36ee4c904082db65fd4511928aa893ec65a1ab [file] [log] [blame]
/**
* 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> {
}