C++/C#: Bind parameter in new case.

This commit is contained in:
Mathias Vorreiter Pedersen
2020-02-24 09:12:14 +01:00
parent af364e66fc
commit ed430ce855
2 changed files with 2 additions and 0 deletions

View File

@@ -657,6 +657,7 @@ class TranslatedSwitchStmt extends TranslatedStmt {
)
or
not stmt.hasDefaultCase() and
tag = SwitchBranchTag() and
kind instanceof DefaultEdge and
result = getParent().getChildSuccessor(this)
}