mirror of
https://github.com/github/codeql.git
synced 2026-05-26 09:01:22 +02:00
java inline expectations prototype with tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user