leo/tests/parser/circuits/mut_self.leo
2021-04-12 13:15:39 -07:00

10 lines
100 B
Plaintext

/*
ns: Parse
expectation: Pass
*/
circuit X {
function x(mut self) {
return ();
}
}