Files
codeql/java/ql/test-kotlin2/library-tests/methods/constructors.ql
2024-09-27 11:21:23 +01:00

6 lines
103 B
Plaintext

import java
from Constructor c
where c.fromSource()
select c, c.getDeclaringType(), c.getReturnType()