This website requires JavaScript.
Explore
Help
Sign In
cli
/
q
Code
Issues
Pull Requests
Activity
9 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed incorrect register move
2024-08-02 10:55:25 +00:00
main() {
f(10)
}
Added types
2024-08-05 16:47:24 +00:00
f(new Int) {
Fixed incorrect register move
2024-08-02 10:55:25 +00:00
old := new
new -= 1
assert new != old
}
Reference in New Issue
Copy Permalink