1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
semantic/test/fixtures/python/corpus/class-definition.diffA-B.txt
2018-04-18 13:33:17 -07:00

31 lines
527 B
Plaintext

(Program
(Class
{ (Identifier)
->(Identifier) }
{+(Identifier)+}
(Annotation
(Function
{ (Identifier)
->(Identifier) }
(Identifier)
(Return
{ (Identifier)
->(Empty) }))
(Empty)))
{-(Class
{-(Identifier)-}
{-(NoOp
{-(Empty)-})-})-}
(Class
(Identifier)
{-(Identifier)-}
(Annotation
(Function
{ (Identifier)
->(Identifier) }
(Identifier)
(Return
{ (Empty)
->(Identifier) }))
(Empty))))