java inline expectations prototype with tests

This commit is contained in:
Philip Ginsbach
2024-06-26 15:27:59 +01:00
parent 3ae4cb2f9d
commit 65655db77b
44 changed files with 318 additions and 0 deletions

View File

@@ -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"