mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
QL: update comment
This commit is contained in:
committed by
GitHub
parent
85c273a413
commit
a4cfb80b81
@@ -77,7 +77,7 @@ private module Cached {
|
||||
p = t.getClassPredicate(mc.getMemberName(), mc.getNumberOfArguments())
|
||||
)
|
||||
or
|
||||
// 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.)
|
||||
exists(AstNode sup, ClassType type, Type supertype |
|
||||
sup instanceof Super
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user