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

5 lines
60 B
Plaintext

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