mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Java: Autoformat
This commit is contained in:
@@ -711,7 +711,8 @@ private module ControlFlowGraphImpl {
|
||||
)
|
||||
or
|
||||
exists(InstanceOfExpr ioe | ioe.isPattern() and ioe = n |
|
||||
last = n and completion = basicBooleanCompletion(false) or
|
||||
last = n and completion = basicBooleanCompletion(false)
|
||||
or
|
||||
last = ioe.getLocalVariableDeclExpr() and completion = basicBooleanCompletion(true)
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user