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 75e22da commit 7ca6da1Copy full SHA for 7ca6da1
1 file changed
java/ql/consistency-queries/children.ql
@@ -29,6 +29,8 @@ predicate gapInChildren(Element e, int i) {
29
and not e instanceof TryStmt
30
// TODO: Tighten this up:
31
and not e instanceof ForStmt
32
+ // TODO: Tighten this up:
33
+ and not e instanceof MethodAccess // extension receiver is now a gap for Java
34
// Kotlin bug?
35
and not (e instanceof MethodAccess and e.getFile().getExtension() = "kt")
36
}
0 commit comments