File tree Expand file tree Collapse file tree
unified/ql/lib/codeql/unified Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1654,10 +1654,6 @@ module Unified {
16541654 i = - 1 and
16551655 name = "getPrecedence"
16561656 or
1657- result = node .( OrPattern ) .getModifier ( i ) and name = "getModifier"
1658- or
1659- result = node .( OrPattern ) .getPattern ( i ) and name = "getPattern"
1660- or
16611657 result = node .( Parameter ) .getDefault ( ) and i = - 1 and name = "getDefault"
16621658 or
16631659 result = node .( Parameter ) .getExternalName ( ) and i = - 1 and name = "getExternalName"
@@ -1686,7 +1682,7 @@ module Unified {
16861682 or
16871683 result = node .( SwitchCase ) .getModifier ( i ) and name = "getModifier"
16881684 or
1689- result = node .( SwitchCase ) .getPattern ( ) and i = - 1 and name = "getPattern"
1685+ result = node .( SwitchCase ) .getPattern ( i ) and name = "getPattern"
16901686 or
16911687 result = node .( SwitchExpr ) .getCase ( i ) and name = "getCase"
16921688 or
You can’t perform that action at this time.
0 commit comments