Skip to content
New issue

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

Ignoring backticks in variable name #460

Closed
kober32 opened this issue Oct 12, 2016 · 0 comments · Fixed by #477
Closed

Ignoring backticks in variable name #460

kober32 opened this issue Oct 12, 2016 · 0 comments · Fixed by #477
Assignees
Labels
Milestone

Comments

@kober32
Copy link

kober32 commented Oct 12, 2016

Backticks should be ignored in variable name as referred in https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/LexicalStructure.html

To use a reserved word as an identifier, put a backtick () before and after it. For example, class is not a valid identifier, but classis valid. The backticks are not considered part of the identifier;x` and x have the same meaning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants