Overlay: Mark RefType.getAStrictAncestor overlay[caller?]

This commit is contained in:
Kasper Svendsen
2025-07-03 12:11:36 +02:00
parent 552e156468
commit dd8af3baf7

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() }
/**