We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a603f21 commit 470e033Copy full SHA for 470e033
1 file changed
java/ql/test/kotlin/library-tests/annotation-accessor-result-type/test.ql
@@ -1,6 +1,7 @@
1
import java
2
3
query predicate classExprs(Expr e, string tstr) {
4
+ exists(e.getFile().getRelativePath()) and
5
tstr = e.getType().toString() and
6
tstr.matches("%Class%")
7
}
0 commit comments