Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e2a3a9

Browse files
committed
Java/Kotlin: Add a consistency query for blocks
1 parent ab86778 commit 9e2a3a9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)