leo/tests/parser/circuits/self_not_first_fail.leo

10 lines
114 B
Plaintext
Raw Normal View History

2022-03-04 21:03:42 +03:00
/*
namespace: Parse
expectation: Fail
*/
circuit X {
function x(foo: u32, &self) {
return ();
}
}