mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 23:52:02 +03:00
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
|
/*
|
||
|
ns: Parse
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
function x(const self) {
|
||
|
return ();
|
||
|
}
|