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

List pattern losing code #779

Closed
belav opened this issue Jan 4, 2023 · 0 comments
Closed

List pattern losing code #779

belav opened this issue Jan 4, 2023 · 0 comments
Labels
Milestone

Comments

@belav
Copy link
Owner

belav commented Jan 4, 2023

When a list pattern includes a slice like below, it results in lost code

var someValue = someString is [var firstCharacter, .. var rest];

// results in

var someValue = someString is [var firstCharacter, ..];
@belav belav added this to the 0.22.0 milestone Jan 4, 2023
belav added a commit that referenced this issue Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant