Skip to content

Commit

Permalink
Fixed regression from previous change that caused internal errors whe…
Browse files Browse the repository at this point in the history
…n a function was declared in an unreachable suite.
  • Loading branch information
msfterictraut committed Jul 2, 2020
1 parent ae491f4 commit c5b9355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/analyzer/checker.ts
Expand Up @@ -749,7 +749,7 @@ export class Checker extends ParseTreeWalker {
}
}

super.walk(statement);
this.walk(statement);
}
}

Expand Down

0 comments on commit c5b9355

Please sign in to comment.