1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/semantic-python/test/fixtures/1-04-toplevel-assignment.py
2019-09-23 12:13:40 -04:00

5 lines
171 B
Python

# CHECK-JQ: .scope | has("hello") and has("goodbye")
# CHECK-TREE: { hello <- #unit; goodbye <- #unit; #record { hello: hello, goodbye: goodbye }}
hello = ()
goodbye = ()