mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Update predicate name
This commit is contained in:
@@ -139,7 +139,7 @@ class ValueOrRefType extends Type, Attributable, @value_or_ref_type {
|
||||
ValueOrRefType getASubType() { result.getABaseType() = this }
|
||||
|
||||
/** Gets an immediate supertype of this type, if any. */
|
||||
ValueOrRefType getASupertype() { this.getABaseType() = result }
|
||||
ValueOrRefType getASuperType() { this.getABaseType() = result }
|
||||
|
||||
/** Gets a member of this type, if any. */
|
||||
Member getAMember() { result.getDeclaringType() = this }
|
||||
|
||||
Reference in New Issue
Block a user