mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
QLDoc correction
This commit is contained in:
@@ -99,7 +99,7 @@ private class GenerateResponseMethod extends Method {
|
||||
}
|
||||
}
|
||||
|
||||
/** Gets the static type of `e`, or an upper bound of the runtime type of `e`. */
|
||||
/** Holds if `t` is the static type of `e`, or an upper bound of the runtime type of `e`. */
|
||||
private predicate boundOrStaticType(Expr e, RefType t) {
|
||||
exprTypeFlow(e, t, false)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user