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 3cd3865 commit 6a3afeaCopy full SHA for 6a3afea
Sources/SKTestSupport/TestSourceKitLSPClient.swift
@@ -27,7 +27,7 @@ import XCTest
27
extension SourceKitLSPOptions {
28
package static func testDefault(
29
backgroundIndexing: Bool = true,
30
- experimentalFeatures: Set<ExperimentalFeature> = [],
+ experimentalFeatures: Set<ExperimentalFeature> = []
31
) async throws -> SourceKitLSPOptions {
32
let pluginPaths = try await sourceKitPluginPaths
33
return SourceKitLSPOptions(
0 commit comments