1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/test/fixtures/python/call.parseB.txt
Patrick Thomson bd939d2579 Fix Python method calls.
`identifier` in the Python assignment module was too eager to reduce a
nested Attribute into a dotted identifier. Removing it fixes method
calls, which now have a unit test.
2018-03-22 15:35:08 -04:00

20 lines
267 B
Plaintext

(Program
(Call
(Identifier)
(Empty))
(Call
(Identifier)
(Identifier)
(Empty))
(Call
(Identifier)
(Identifier)
(Identifier)
(Empty))
(Call
(MemberAccess
(Identifier)
(Identifier))
(Integer)
(Empty)))