-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
incorrect type hint #2065
Labels
bug
Something isn't working
Comments
Techatrix
added a commit
that referenced
this issue
Nov 7, 2024
- resolve destructured variable declarations according to the initialization expression - semantic tokens will highlight destructured variable declarations - don't treat tuple literals as array literals (see #2065)
Techatrix
added a commit
that referenced
this issue
Nov 7, 2024
- resolve destructured variable declarations according to the initialization expression - semantic tokens will highlight destructured variable declarations - don't treat tuple literals as array literals (see #2065)
Techatrix
added a commit
that referenced
this issue
Nov 7, 2024
- resolve destructured variable declarations according to the initialization expression - semantic tokens will highlight destructured variable declarations - don't treat tuple literals as array literals (see #2065)
Techatrix
added a commit
that referenced
this issue
Nov 12, 2024
- resolve destructured variable declarations according to the initialization expression - semantic tokens will highlight destructured variable declarations - don't treat tuple literals as array literals (see #2065)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zig Version
0.13.0
ZLS Version
0.13.0
Client / Code Editor / Extensions
vscode with zls and wsl
Steps to Reproduce and Observed Behavior
create a file containing:
gives the wrong type hint:
Expected Behavior
correct type hint,
struct{i64,f32}
Relevant log output
No response
The text was updated successfully, but these errors were encountered: