mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
23 lines
126 B
Plaintext
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 {}
|