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
344cc61d0c
leo
/
tests
/
parser
/
functions
/
params.leo
8 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests
2021-03-30 01:45:10 +03:00
/*
ns -> namespace
2021-04-07 20:01:24 +03:00
namespace: Parse
tests
2021-03-30 01:45:10 +03:00
expectation: Pass
*/
function x(x: u32, y: i32) {
tuples removed
2022-03-28 20:35:36 +03:00
return 0;
tests
2021-03-30 01:45:10 +03:00
}
Reference in New Issue
Copy Permalink