Merge pull request #19968 from kaspersv/kaspersv/overlay-java-getastrictancestor-caller

Overlay: Mark `RefType.getAStrictAncestor`` overlay[caller?]`
This commit is contained in:
Kasper Svendsen
2025-07-04 09:38:02 +02:00
committed by GitHub

View File

@@ -422,6 +422,7 @@ class RefType extends Type, Annotatable, Modifiable, @reftype {
* This does not include itself, unless this type is part of a cycle
* in the type hierarchy.
*/
overlay[caller?]
RefType getAStrictAncestor() { result = this.getASupertype().getAnAncestor() }
/**