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
This fails to compile:
int x = (2,3);
The top of the K cell:
toRVal(tv(#token("3","Int"),ut(`SetItem`(`IntegerConstant_C-TYPING-SYNTAX`(.KList)),`int_C-TYPING-SYNTAX`(.KList))))~> compoundExp(toRVal(checkUse(tv(#token("3","Int"),ut(`SetItem`(`IntegerConstant_C-TYPING-SYNTAX`(.KList)),`int_C-TYPING-SYNTAX`(.KList))))))~> `reval()_C-COMMON-EXPR-EVAL`(.KList)~> `#freezerInitializer(_:=_)_C-SYNTAX0_`(nclv(loc(obj(#token("2","Int"),#token("4","Int"),static(#token("\"empty0.ce8e2d306-e039-11e9-94df-f2515646699c\"","String"))),#token("0","Int")),t(quals(`.Set`(.KList)),`.Set`(.KList),`int_C-TYPING-SYNTAX`(.KList))))~>
However, if x is a local variable, everything works:
x
int main(){int x = (2,3);}
The text was updated successfully, but these errors were encountered:
Fix for #582.
54d8c1c
Fix for #582. (#586)
f4f2406
* Fix for #582. * Test for fix.
No branches or pull requests
This fails to compile:
The top of the K cell:
However, if
x
is a local variable, everything works:The text was updated successfully, but these errors were encountered: