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

6 lines
112 B
Plaintext

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