Files
codeql/java/ql/test-kotlin2/library-tests/data-classes/callees.ql
2023-11-17 14:07:13 +00:00

6 lines
112 B
Plaintext

import java
from Call c
where c.getEnclosingCallable().fromSource()
select c, c.getCallee().getQualifiedName()