mirror of
https://github.com/github/codeql.git
synced 2026-02-24 10:53:49 +01:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
import default
|
|
|
|
// There should just be one class instance expr
|
|
|
|
from ClassInstanceExpr expr
|
|
where
|
|
expr.getCompilationUnit().getPackage().hasName("constructors")
|
|
select expr
|