mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Ruby: CFG: better return type for getAMatchingSuccessorType
This commit is contained in:
@@ -310,7 +310,7 @@ class MatchingCompletion extends ConditionalCompletion {
|
||||
this = TNestedCompletion(_, TMatchingCompletion(value), _)
|
||||
}
|
||||
|
||||
override SuccessorType getAMatchingSuccessorType() {
|
||||
override ConditionalSuccessor getAMatchingSuccessorType() {
|
||||
this = TMatchingCompletion(result.(MatchingSuccessor).getValue())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user