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.
2 parents 2f0b28d + 4990a7e commit 19332a2Copy full SHA for 19332a2
Tests/SwiftSyntaxMacroExpansionTest/PeerMacroTests.swift
@@ -58,7 +58,7 @@ final class PeerMacroTests: XCTestCase {
58
.replaceChild(
59
message: SwiftSyntaxMacros.MacroExpansionFixItMessage("add 'async'"),
60
parent: funcDecl,
61
- replacingChildAt: \.signature.effectSpecifiers,
+ replacingChildAt: \FunctionDeclSyntax.signature.effectSpecifiers,
62
with: newEffects
63
)
64
]
0 commit comments