/*
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 {}