mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
class Element extends @element {
|
|
string toString() { none() }
|
|
}
|
|
|
|
query predicate new_macro_call_expandeds(Element id, Element expanded) {
|
|
item_expandeds(id, expanded) and macro_calls(id)
|
|
}
|