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