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
0.14.0-dev.564+75cf7fca9
dfe958e
vscode
test { var s: ?u32 = undefined; var a = s orelse { return; }; var b = s orelse return; var c = s.?; _ = .{ &s, &a, &b, &c }; }
a, b, and c should all be inferred to be u32s but a is not.
a
b
c
u32
No response
The text was updated successfully, but these errors were encountered:
orelse
No branches or pull requests
Zig Version
0.14.0-dev.564+75cf7fca9
Zig Language Server Version
dfe958e
Client / Code Editor / Extensions
vscode
Steps to Reproduce and Observed Behavior
Expected Behavior
a
,b
, andc
should all be inferred to beu32
s buta
is not.Relevant log output
No response
The text was updated successfully, but these errors were encountered: