Files
codeql/java/ql/test/TestUtilities/ProblematicJavaInlineExpectations7.ql
2024-07-05 11:21:05 +01:00

7 lines
114 B
Plaintext

from int i, int j
where
i in [1, 2] and
j in [1, 2] and
not (i = 2 and j = 2)
select "#select", i, j, "foo"