add explicit this

This commit is contained in:
erik-krogh
2023-01-10 10:24:19 +01:00
parent 23a847b1cf
commit 43696f5e27

View File

@@ -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`. */