mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
171 B
Plaintext
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
|