mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 08:01:42 +03:00
12 lines
131 B
Plaintext
12 lines
131 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
function x(const input) {
|
|
return ();
|
|
}
|
|
|
|
function y(constant input) {
|
|
return ();
|
|
} |