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 00:21:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c8e63a21d6
leo
/
tests
/
parser
/
circuits
/
fields_fail.leo
14 lines
116 B
Plaintext
Raw
Normal View
History
Unescape
Escape
hacky, but optional comma only allowed on last member variable
2021-04-29 22:22:17 +03:00
/*
namespace: Parse
expectation: Fail
*/
circuit X {
x: u32
y: u32
don't allow mixing of semi-colons and commas
2021-05-05 21:53:46 +03:00
}
circuit X {
x: u32,
y: u32;
hacky, but optional comma only allowed on last member variable
2021-04-29 22:22:17 +03:00
}
Reference in New Issue
Copy Permalink