1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00
semantic/semantic-python/test/fixtures/1-04-toplevel-assignment.py

5 lines
171 B
Python
Raw Normal View History

2019-08-27 17:47:45 +03:00
# CHECK-JQ: .scope | has("hello") and has("goodbye")
# CHECK-TREE: { hello <- #unit; goodbye <- #unit; #record { hello: hello, goodbye: goodbye }}
hello = ()
goodbye = ()