leo/tests/parser/expression/unary/negate.leo
2022-02-14 17:25:57 -08:00

14 lines
87 B
Plaintext

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