leo/tests/parser/functions/annotated_context_fail.leo
2022-01-28 10:34:02 -08:00

15 lines
145 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
@context
function f() {
return ();
}
@context // recovery witness
function g() {
return ();
}