mirror of
https://github.com/github/semantic.git
synced 2024-12-19 04:41:47 +03:00
6 lines
199 B
Python
6 lines
199 B
Python
# CHECK-JQ: .scope | has("hello") and has("goodbye")
|
|
# CHECK-TREE: { hello <- #unit; goodbye <- #unit; #record { hello: hello, goodbye: goodbye }}
|
|
# CHECK-RESULT hello: #unit
|
|
hello = ()
|
|
goodbye = ()
|