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

11 lines
78 B
Plaintext

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