Skip to content

Commit 6d389c3

Browse files
committed
JS: Update an outdated QLDoc comment
1 parent fcb6882 commit 6d389c3

File tree

1 file changed

+0
-2
lines changed
  • javascript/ql/lib/semmle/javascript

1 file changed

+0
-2
lines changed

javascript/ql/lib/semmle/javascript/Expr.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,6 @@ class InvokeExpr extends @invokeexpr, Expr {
10131013
/**
10141014
* Gets the statically resolved target function, as determined by the TypeScript type system, if any.
10151015
*
1016-
* This predicate is only populated for files extracted with full TypeScript extraction.
1017-
*
10181016
* Note that the resolved function may be overridden in a subclass and thus is not
10191017
* necessarily the actual target of this invocation at runtime.
10201018
*/

0 commit comments

Comments
 (0)