mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
5 lines
171 B
Python
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 = ()
|