QL: update comment

This commit is contained in:
Erik Krogh Kristensen
2022-01-17 17:19:15 +00:00
committed by GitHub
parent 85c273a413
commit a4cfb80b81

View File

@@ -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