We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f092e97 commit 146d307Copy full SHA for 146d307
shared/src/main/kotlin/org/javacs/kt/classpath/DefaultClassPathResolver.kt
@@ -6,7 +6,7 @@ import java.nio.file.Path
6
import java.nio.file.PathMatcher
7
import java.nio.file.FileSystems
8
9
-fun defaultClassPathResolver(workspaceRoots: Collection<Path>, storage: Storage?): ClassPathResolver =
+fun defaultClassPathResolver(workspaceRoots: Collection<Path>, storage: Storage? = null): ClassPathResolver =
10
CachedClassPathResolver(
11
WithStdlibResolver(
12
ShellClassPathResolver.global(workspaceRoots.firstOrNull())
0 commit comments