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

6 lines
89 B
Plaintext

import java
from Callable c
where c.fromSource()
select c, c.getAParamType().toString()