mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
import java
|
|
|
|
from File f
|
|
where f.getExtension() in ["java", "kt"]
|
|
select f
|
|
|
|
// This test is mainly a consistency test; just checking that both the Java and Kotlin source were extracted here
|