We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c273a commit a4cfb80Copy full SHA for a4cfb80
ql/ql/src/codeql_ql/ast/internal/Predicate.qll
@@ -77,7 +77,7 @@ private module Cached {
77
p = t.getClassPredicate(mc.getMemberName(), mc.getNumberOfArguments())
78
)
79
or
80
- // super calls - and `this.method()` calls in charpreds (for confusing reasons)
+ // super calls - and `this.method()` calls in charpreds. (Basically: in charpreds there is no difference between super and this.)
81
exists(AstNode sup, ClassType type, Type supertype |
82
sup instanceof Super
83
0 commit comments