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

6 lines
87 B
Plaintext

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