Files
codeql/java/ql/test/library-tests/prettyprint/pp.ql
2023-11-30 11:24:05 +00:00

6 lines
168 B
Plaintext

import semmle.code.java.PrettyPrintAst
from ClassOrInterface cori, string s, int line
where pp(cori, s, line) and cori.fromSource()
select cori, line, s order by line