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-21 16:41:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
534f36a077
leo
/
tests
/
compiler
/
array
/
input
/
initializer_fail.in
3 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add tests for input array initializer
2020-09-03 02:04:41 +03:00
[main]
Fixes array indices for both nested and tuple cases
2020-09-03 12:40:50 +03:00
a: [u8; (3, 2)] = [0u8; (2, 2)];
Reference in New Issue
Copy Permalink