This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-11-30 23:33:27 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9bc53eb594
leo
/
compiler
/
tests
/
canonicalization
/
compound_assignment.leo
4 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix Self inside of circuit giving an error, tests
2021-03-17 21:33:04 +03:00
function main() {
fix canonicalization test
2021-03-26 08:52:58 +03:00
let x = 10u32;
fix Self inside of circuit giving an error, tests
2021-03-17 21:33:04 +03:00
x += 20;
}
Reference in New Issue
Copy Permalink