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

12 lines
79 B
Plaintext

/*
namespace: ParseExpression
expectation: Pass
*/
-x
-x.y
-x::y
-x()
--x
-!x