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.
arguments
argumentList
1 parent a809fb5 commit 2bc24f0Copy full SHA for 2bc24f0
Sources/Workspace/InitPackage.swift
@@ -836,7 +836,7 @@ public final class InitPackage {
836
of node: some FreestandingMacroExpansionSyntax,
837
in context: some MacroExpansionContext
838
) -> ExprSyntax {
839
- guard let argument = node.argumentList.first?.expression else {
+ guard let argument = node.arguments.first?.expression else {
840
fatalError("compiler bug: the macro does not have any arguments")
841
}
842
0 commit comments