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.
.as()
1 parent 28e33af commit b1d7cccCopy full SHA for b1d7ccc
lib/Macros/Sources/SwiftMacros/DistributedResolvableMacro.swift
@@ -174,7 +174,7 @@ extension DistributedResolvableMacro {
174
175
// The $Stub is always generic over the actor system: $Stub<ActorSystem>
176
var primaryTypeParams: [String] = primaryAssociatedTypes.map {
177
- $0.as(PrimaryAssociatedTypeSyntax.self)!.name.trimmed.text
+ $0.name.trimmed.text
178
}
179
180
// Don't duplicate the ActorSystem type parameter if it already was declared
0 commit comments