mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Fix more not from source expressions in tests
This commit is contained in:
committed by
Chris Smowton
parent
b73bfd6133
commit
a0cd9fea34
@@ -1,4 +1,5 @@
|
||||
import java
|
||||
|
||||
from Expr e
|
||||
where e.getFile().isSourceFile()
|
||||
select e, e.getPrimaryQlClasses()
|
||||
|
||||
Reference in New Issue
Block a user