This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-30 05:02:04 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6715f91690
leo
/
compiler
/
tests
/
array
/
input
/
inline_fail.leo
4 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix array tests
2020-07-30 10:56:17 +03:00
function main() {
let a = [1u8, bool];
Fixes array indices for both nested and tuple cases
2020-09-03 12:40:50 +03:00
}
Reference in New Issue
Copy Permalink