Files
codeql/java/ql/test/kotlin/library-tests/extensions_recursion/element.ql
2022-05-10 19:51:11 +01:00

6 lines
96 B
Plaintext

import java
from Element e
where e.fromSource()
select e, concat(e.getAPrimaryQlClass(), ", ")