Java/Kotlin: Add a consistency query for blocks

This commit is contained in:
Ian Lynagh
2021-11-16 16:31:48 +00:00
parent ab86778e1d
commit 9e2a3a9da8

View File

@@ -0,0 +1,6 @@
import java
from BlockStmt b, Expr e
where e.getParent() = b
select b, e