mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
add explicit this
This commit is contained in:
@@ -214,7 +214,7 @@ module API {
|
||||
result = Impl::trackDefNode(this.asSink())
|
||||
or
|
||||
// in case `asSink()` is not a `SourceNode`.
|
||||
result = asSink()
|
||||
result = this.asSink()
|
||||
}
|
||||
|
||||
/** DEPRECATED. This predicate has been renamed to `asSink`. */
|
||||
|
||||
Reference in New Issue
Block a user