We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566355d commit cd8823eCopy full SHA for cd8823e
1 file changed
java/ql/lib/semmle/code/java/Type.qll
@@ -572,6 +572,7 @@ class RefType extends Type, Annotatable, Modifiable, @reftype {
572
}
573
574
/** Holds if this type declares or inherits the specified member. */
575
+ pragma[inline]
576
predicate inherits(Member m) {
577
exists(Field f | f = m |
578
f = this.getAField()
0 commit comments