mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
import java
|
|
|
|
from Class c
|
|
where c.fromSource()
|
|
select c, c.getQualifiedName()
|
|
|