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-22 17:11:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
49a51d6026
leo
/
tests
/
compiler
/
circuits
/
self_fail.leo
8 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
circuits
2021-05-05 11:37:51 +03:00
/*
namespace: Compile
expectation: Fail
*/
test Self keyword fails in main function
2020-09-08 08:07:26 +03:00
function main() {
Self::main();
}
Reference in New Issue
Copy Permalink