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 dea76b6 commit d319bccCopy full SHA for d319bcc
Sources/MacroToolkit/Property.swift
@@ -63,7 +63,7 @@ public struct Property {
63
accessors: accessors,
64
attributes: attributes,
65
modifiers: Array(decl._syntax.modifiers),
66
- keyword: decl._syntax.bindingSpecifier.text,
+ keyword: decl._syntax.bindingSpecifier.text
67
)
68
}
69
0 commit comments