mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
JS: Add missing override
This commit is contained in:
@@ -539,7 +539,7 @@ class TypeExpr extends ExprOrType, @typeexpr, TypeAnnotation {
|
||||
* Has no result if this occurs in a TypeScript file that was extracted
|
||||
* without type information.
|
||||
*/
|
||||
Type getType() { ast_node_type(this, result) }
|
||||
override Type getType() { ast_node_type(this, result) }
|
||||
|
||||
override Stmt getEnclosingStmt() { result = ExprOrType.super.getEnclosingStmt() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user