Files
codeql/java/ql/test/library-tests/flexible-constructors/PrettyPrint.ql

6 lines
154 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