Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab86778 commit 9e2a3a9Copy full SHA for 9e2a3a9
1 file changed
java/ql/consistency-queries/blocks.ql
@@ -0,0 +1,6 @@
1
+import java
2
+
3
+from BlockStmt b, Expr e
4
+where e.getParent() = b
5
+select b, e
6
0 commit comments