Java: Autoformat

This commit is contained in:
Anders Schack-Mulligen
2020-05-27 09:19:59 +02:00
parent 37c8917813
commit 796eac108f

View File

@@ -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