JS: Add missing override

This commit is contained in:
Asger F
2019-04-24 10:17:40 +01:00
parent a17756c3d5
commit db3060d336

View File

@@ -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() }