mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-20 00:32:35 +03:00
23 lines
119 B
Plaintext
23 lines
119 B
Plaintext
|
/*
|
||
|
ns: ParseExpression
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
x {}
|
||
|
|
||
|
x {y}
|
||
|
|
||
|
x{y}
|
||
|
|
||
|
x{}
|
||
|
|
||
|
x{y: y}
|
||
|
|
||
|
x{y: x}
|
||
|
|
||
|
x{y: x,}
|
||
|
|
||
|
x{y:x, x:y,}
|
||
|
|
||
|
Self {}
|