mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add missing override annotations.
This commit is contained in:
@@ -502,7 +502,7 @@ class Dict extends Dict_ {
|
||||
result = this.getAValue() or result = this.getAKey()
|
||||
}
|
||||
|
||||
AstNode getAChildNode() {
|
||||
override AstNode getAChildNode() {
|
||||
result = this.getAnItem()
|
||||
}
|
||||
|
||||
|
||||
@@ -385,7 +385,7 @@ class ClassObject extends Object {
|
||||
result.getFunction().refersTo(this)
|
||||
}
|
||||
|
||||
predicate notClass() {
|
||||
override predicate notClass() {
|
||||
none()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user