leo/tests/parser/circuits/big_self.leo
2021-04-12 13:15:40 -07:00

10 lines
112 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
circuit X {
function x() -> Self {
return Self {};
}
}