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

6 lines
87 B
Plaintext

import java
from MethodCall ma
where ma.getEnclosingCallable().fromSource()
select ma