Skip to content

Commit c88bea7

Browse files
geoffw0MathiasVP
andauthored
Update swift/ql/lib/codeql/swift/elements/type/TypeAliasType.qll
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent b3e0c49 commit c88bea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/elements/type/TypeAliasType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class TypeAliasType extends Generated::TypeAliasType {
1414

1515
override Type getUnderlyingType() { result = this.getAliasedType().getUnderlyingType() }
1616

17-
override Type getABaseType() { result = getAliasedType().getABaseType() }
17+
override Type getABaseType() { result = this.getAliasedType().getABaseType() }
1818
}

0 commit comments

Comments
 (0)