mirror of
https://github.com/github/codeql.git
synced 2026-06-13 08:51:20 +02:00
Cfg: Fix type.
This commit is contained in:
@@ -117,7 +117,7 @@ private module Ast implements AstSig<Location> {
|
||||
final private class FinalTryStmt = J::TryStmt;
|
||||
|
||||
class TryStmt extends FinalTryStmt {
|
||||
Stmt getBody(int index) {
|
||||
AstNode getBody(int index) {
|
||||
result = super.getResource(index)
|
||||
or
|
||||
index = count(super.getAResource()) and
|
||||
|
||||
Reference in New Issue
Block a user