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
eee838abba
leo
/
tests
/
compiler
/
integers
/
i16
/
no_space_between_literal.leo
9 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
i*
2021-05-10 20:19:19 +03:00
/*
namespace: Compile
expectation: Fail
*/
tests for all the integers
2021-04-05 19:59:08 +03:00
function main() {
i*
2021-05-10 20:19:19 +03:00
const i = 1 i16;
}
Reference in New Issue
Copy Permalink