Skip to content

Commit a4cfb80

Browse files
authored
QL: update comment
1 parent 85c273a commit a4cfb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/ast/internal/Predicate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private module Cached {
7777
p = t.getClassPredicate(mc.getMemberName(), mc.getNumberOfArguments())
7878
)
7979
or
80-
// super calls - and `this.method()` calls in charpreds (for confusing reasons)
80+
// super calls - and `this.method()` calls in charpreds. (Basically: in charpreds there is no difference between super and this.)
8181
exists(AstNode sup, ClassType type, Type supertype |
8282
sup instanceof Super
8383
or

0 commit comments

Comments
 (0)