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

Throw error if varDecl has multiple bindings #1

Closed
p-x9 opened this issue Jun 19, 2023 · 0 comments · Fixed by #2
Closed

Throw error if varDecl has multiple bindings #1

p-x9 opened this issue Jun 19, 2023 · 0 comments · Fixed by #2
Assignees

Comments

@p-x9
Copy link
Owner

p-x9 commented Jun 19, 2023

In swift, the following statements are also possible

var val1, val2: String

At this time, if Alias is set as follows, the variable name will be duplicated.

@Alias("value")
var val1, val2: String
@p-x9 p-x9 self-assigned this Jun 21, 2023
@p-x9 p-x9 mentioned this issue Jun 22, 2023
@p-x9 p-x9 closed this as completed in #2 Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant