We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e0c49 commit c88bea7Copy full SHA for c88bea7
swift/ql/lib/codeql/swift/elements/type/TypeAliasType.qll
@@ -14,5 +14,5 @@ class TypeAliasType extends Generated::TypeAliasType {
14
15
override Type getUnderlyingType() { result = this.getAliasedType().getUnderlyingType() }
16
17
- override Type getABaseType() { result = getAliasedType().getABaseType() }
+ override Type getABaseType() { result = this.getAliasedType().getABaseType() }
18
}
0 commit comments