Skip to content

Commit db3060d

Browse files
committed
JS: Add missing override
1 parent a17756c commit db3060d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/TypeScript.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ class TypeExpr extends ExprOrType, @typeexpr, TypeAnnotation {
539539
* Has no result if this occurs in a TypeScript file that was extracted
540540
* without type information.
541541
*/
542-
Type getType() { ast_node_type(this, result) }
542+
override Type getType() { ast_node_type(this, result) }
543543

544544
override Stmt getEnclosingStmt() { result = ExprOrType.super.getEnclosingStmt() }
545545

0 commit comments

Comments
 (0)