Files
codeql/java/ql/test-kotlin1/library-tests/extensions_recursion/element.ql
2023-11-21 15:28:12 +00:00

6 lines
96 B
Plaintext

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