leo/tests/parser/circuits/self_not_first_fail.leo
2022-03-04 10:03:42 -08:00

10 lines
114 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
circuit X {
function x(foo: u32, &self) {
return ();
}
}