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

7 lines
171 B
Plaintext

import java
from File f
where f.isSourceFile()
select f
// This test is mainly a consistency test; just checking that both the Java and Kotlin source were extracted here