Files
codeql/java/ql/test/kotlin/library-tests/this/call.ql

5 lines
60 B
Plaintext

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