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 5ee55d3 commit 9033afdCopy full SHA for 9033afd
Sources/Spyable/Spyable.swift
@@ -134,7 +134,11 @@
134
/// - The generated spy class name is suffixed with `Spy` (e.g., `ServiceProtocolSpy`).
135
///
136
@attached(peer, names: suffixed(Spy))
137
-public macro Spyable(behindPreprocessorFlag: String? = nil, accessLevel: SpyAccessLevel? = nil) =
+public macro Spyable(
138
+ behindPreprocessorFlag: String? = nil,
139
+ accessLevel: SpyAccessLevel? = nil,
140
+ inheritedTypes: String? = nil
141
+) =
142
#externalMacro(
143
module: "SpyableMacro",
144
type: "SpyableMacro"
0 commit comments