We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is a common need to print a "name" of a function or variable like: hello(name:), we should add a helper on DeclSyntax for this
hello(name:)
See also: https://github.com/apple/swift-syntax/pull/1554/files#diff-9e8c10bde67713af07967e359f29218f8d475994f8618f07c6d7584db7ef1ca9R65-R77
The text was updated successfully, but these errors were encountered:
Tracked in Apple’s issue tracker as rdar://122596202
Sorry, something went wrong.
I'm on it
Matejkob
Successfully merging a pull request may close this issue.
It is a common need to print a "name" of a function or variable like:
hello(name:)
, we should add a helper on DeclSyntax for thisSee also: https://github.com/apple/swift-syntax/pull/1554/files#diff-9e8c10bde67713af07967e359f29218f8d475994f8618f07c6d7584db7ef1ca9R65-R77
The text was updated successfully, but these errors were encountered: