Add missing override annotations.

This commit is contained in:
Taus Brock-Nannestad
2019-03-08 13:59:52 +01:00
parent 57732ee6f9
commit 116e262c62
2 changed files with 2 additions and 2 deletions

View File

@@ -502,7 +502,7 @@ class Dict extends Dict_ {
result = this.getAValue() or result = this.getAKey()
}
AstNode getAChildNode() {
override AstNode getAChildNode() {
result = this.getAnItem()
}

View File

@@ -385,7 +385,7 @@ class ClassObject extends Object {
result.getFunction().refersTo(this)
}
predicate notClass() {
override predicate notClass() {
none()
}