mirror of
https://github.com/github/codeql.git
synced 2026-08-05 01:43:23 +02:00
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
class Expr extends @expr {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from Expr reuse, Expr original
|
|
where expr_reuse(reuse, original, _)
|
|
select reuse, original
|