mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
import default
|
|
|
|
// There should just be one class instance expr
|
|
from ClassInstanceExpr expr
|
|
where expr.getCompilationUnit().getPackage().hasName("constructors")
|
|
select expr
|