1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 23:46:21 +03:00
semantic/test/fixtures/python/unary-operator.diffB-A.txt
2018-03-08 09:34:09 -08:00

12 lines
180 B
Plaintext

(Program
{+(Negate
{+(Identifier)+})+}
{+(Identifier)+}
{+(Complement
{+(Identifier)+})+}
{-(Complement
{-(Identifier)-})-}
{-(Negate
{-(Identifier)-})-}
{-(Identifier)-})