Skip to content

Commit dd8af3b

Browse files
committed
Overlay: Mark RefType.getAStrictAncestor overlay[caller?]
1 parent 552e156 commit dd8af3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/lib/semmle/code/java/Type.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ class RefType extends Type, Annotatable, Modifiable, @reftype {
422422
* This does not include itself, unless this type is part of a cycle
423423
* in the type hierarchy.
424424
*/
425+
overlay[caller?]
425426
RefType getAStrictAncestor() { result = this.getASupertype().getAnAncestor() }
426427

427428
/**

0 commit comments

Comments
 (0)