Cfg: Fix type.

This commit is contained in:
Anders Schack-Mulligen
2026-06-12 10:02:48 +02:00
parent 01173bf383
commit f3ec7087e3
3 changed files with 3 additions and 3 deletions

View File

@@ -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