mirror of
https://github.com/github/codeql.git
synced 2026-08-05 09:53:29 +02:00
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
class Expr extends @expr {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from Expr reuse, Expr original, int value_category
|
|
where expr_reuse(reuse, original) and expr_types(original, _, value_category)
|
|
select reuse, original, value_category
|