We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b3f13 commit 9d288c9Copy full SHA for 9d288c9
ruby/ql/lib/codeql/ruby/controlflow/internal/Completion.qll
@@ -310,7 +310,7 @@ class MatchingCompletion extends ConditionalCompletion {
310
this = TNestedCompletion(_, TMatchingCompletion(value), _)
311
}
312
313
- override SuccessorType getAMatchingSuccessorType() {
+ override ConditionalSuccessor getAMatchingSuccessorType() {
314
this = TMatchingCompletion(result.(MatchingSuccessor).getValue())
315
316
0 commit comments