@@ -12,10 +12,16 @@ import XCTest
12
12
// MARK: Deprecated after 0.4.2
13
13
14
14
@available ( iOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
15
- @available ( macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
15
+ @available (
16
+ macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
17
+ )
16
18
@available ( tvOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
17
- @available ( visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
18
- @available ( watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
19
+ @available (
20
+ visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
21
+ )
22
+ @available (
23
+ watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
24
+ )
19
25
@_disfavoredOverload
20
26
public func withMacroTesting< R> (
21
27
indentationWidth: Trivia ? = nil ,
@@ -35,10 +41,16 @@ public func withMacroTesting<R>(
35
41
}
36
42
37
43
@available ( iOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
38
- @available ( macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
44
+ @available (
45
+ macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
46
+ )
39
47
@available ( tvOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
40
- @available ( visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
41
- @available ( watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
48
+ @available (
49
+ visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
50
+ )
51
+ @available (
52
+ watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
53
+ )
42
54
@_disfavoredOverload
43
55
public func withMacroTesting< R> (
44
56
indentationWidth: Trivia ? = nil ,
@@ -58,10 +70,16 @@ public func withMacroTesting<R>(
58
70
}
59
71
60
72
@available ( iOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
61
- @available ( macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
73
+ @available (
74
+ macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
75
+ )
62
76
@available ( tvOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
63
- @available ( visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
64
- @available ( watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
77
+ @available (
78
+ visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
79
+ )
80
+ @available (
81
+ watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
82
+ )
65
83
@_disfavoredOverload
66
84
public func withMacroTesting< R> (
67
85
indentationWidth: Trivia ? = nil ,
@@ -77,12 +95,17 @@ public func withMacroTesting<R>(
77
95
)
78
96
}
79
97
80
-
81
98
@available ( iOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
82
- @available ( macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
99
+ @available (
100
+ macOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
101
+ )
83
102
@available ( tvOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
84
- @available ( visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
85
- @available ( watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) " )
103
+ @available (
104
+ visionOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
105
+ )
106
+ @available (
107
+ watchOS, deprecated, renamed: " withMacroTesting(indentationWidth:record:macros:operation:) "
108
+ )
86
109
@_disfavoredOverload
87
110
public func withMacroTesting< R> (
88
111
indentationWidth: Trivia ? = nil ,
0 commit comments