File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Sources/SourceKitLSP/Swift/CodeActions Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,10 @@ import SwiftSyntax
55
55
/// }
56
56
/// }
57
57
/// ```
58
- struct ConvertJSONToCodableStruct : EditRefactoringProvider {
59
- static func textRefactor(
58
+ @_spi ( Testing)
59
+ public struct ConvertJSONToCodableStruct : EditRefactoringProvider {
60
+ @_spi ( Testing)
61
+ public static func textRefactor(
60
62
syntax: Syntax ,
61
63
in context: Void
62
64
) -> [ SourceEdit ] {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import SwiftRefactor
15
15
import SwiftSyntax
16
16
import XCTest
17
17
18
- @testable import SourceKitLSP
18
+ @_spi ( Testing ) import SourceKitLSP
19
19
20
20
final class SyntaxRefactorTests : XCTestCase {
21
21
func testConvertJSONToCodableStructClosure( ) throws {
You can’t perform that action at this time.
0 commit comments