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

5 lines
60 B
Plaintext

import java
from Call c
select c, c.getCallee().toString()