Fix more not from source expressions in tests

This commit is contained in:
Tamas Vajk
2022-04-13 08:48:17 +02:00
committed by Chris Smowton
parent b73bfd6133
commit a0cd9fea34

View File

@@ -1,4 +1,5 @@
import java
from Expr e
where e.getFile().isSourceFile()
select e, e.getPrimaryQlClasses()