leo/tests/parser/expression/circuit_init.leo
2021-04-12 13:15:40 -07:00

23 lines
126 B
Plaintext

/*
namespace: ParseExpression
expectation: Pass
*/
x {}
x {y}
x{y}
x{}
x{y: y}
x{y: x}
x{y: x,}
x{y:x, x:y,}
Self {}