getSearchPaths
open override fun getSearchPaths(): ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>(source)
Returns the search path preceding the first glob segment, from each pattern. Duplicates and descendants of other paths are filtered out.
Example 1: The patterns /foo/ * and /bar/ * returns /foo and /bar.
Example 2: The patterns /foo/ * and /foo/bar/ * returns /foo.