Skip to content

Commit 6384cf2

Browse files
authored
Update predicate name
1 parent c3c8d5d commit 6384cf2

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class ValueOrRefType extends Type, Attributable, @value_or_ref_type {
139139
ValueOrRefType getASubType() { result.getABaseType() = this }
140140

141141
/** Gets an immediate supertype of this type, if any. */
142-
ValueOrRefType getASupertype() { this.getABaseType() = result }
142+
ValueOrRefType getASuperType() { this.getABaseType() = result }
143143

144144
/** Gets a member of this type, if any. */
145145
Member getAMember() { result.getDeclaringType() = this }

0 commit comments

Comments
 (0)