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-20 16:11:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
af1aca3d9f
leo
/
tests
/
compiler
/
integers
/
u128
/
no_space_between_literal.leo
9 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
u*
2021-05-10 21:11:31 +03:00
/*
namespace: Compile
expectation: Fail
*/
tests for all the integers
2021-04-05 19:59:08 +03:00
function main() {
u*
2021-05-10 21:11:31 +03:00
const i = 1 u128;
}
Reference in New Issue
Copy Permalink