mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 02:01:54 +03:00
15 lines
152 B
Plaintext
15 lines
152 B
Plaintext
|
/*
|
||
|
namespace: Parse
|
||
|
expectation: Fail
|
||
|
*/
|
||
|
|
||
|
@foo(?, bar, ?)
|
||
|
function x() {
|
||
|
return ();
|
||
|
}
|
||
|
|
||
|
@context // recovery witness
|
||
|
function x() {
|
||
|
return ();
|
||
|
}
|