leo/tests/parser/functions/annotated_context_fail.leo

15 lines
145 B
Plaintext
Raw Normal View History

2022-01-28 21:34:02 +03:00
/*
namespace: Parse
expectation: Fail
*/
@context
function f() {
return ();
}
@context // recovery witness
function g() {
return ();
}