mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 00:21:47 +03:00
9 lines
72 B
Plaintext
9 lines
72 B
Plaintext
|
/*
|
||
|
ns: Parse
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
@test
|
||
|
function x() {
|
||
|
return ();
|
||
|
}
|