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
Nim Compiler Version 2.2.2 [Windows: amd64] Compiled at 2025-02-06 Copyright (c) 2006-2025 by Andreas Rumpf
var cache = [-1,-1] cache = [2, cache[0]]
[2,2]
[2,-1]
No response
The text was updated successfully, but these errors were encountered:
!nim c
var cache = [-1,-1] cache = [2, cache[0]] assert cache == [2, -1]
Sorry, something went wrong.
No branches or pull requests
Nim Version
Nim Compiler Version 2.2.2 [Windows: amd64]
Compiled at 2025-02-06
Copyright (c) 2006-2025 by Andreas Rumpf
Description
Current Output
Expected Output
Known Workarounds
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: